Create KVM Database System
post
                    /dbsystem
Create a new KVM Database System in Oracle Database Appliance using DbSystemCreateParams. Make sure Oracle Database Appliance KVM DB System Image is downloaded and the repository is updated with the image first.
                Request
Supported Media Types
                - application/json
Parameters to create a KVM Database System
                
                
                
                Nested Schema : DbSystemCreateDatabaseParams
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            adminPassword: 
            string
            
- 
            characterSet(optional): 
            object  DbCharacterSet
            
            
- 
            dbClass: 
            string
            Allowed Values:[ "OLTP", "DSS", "IMDB" ]
- 
            domainName: 
            string
            
- 
            edition: 
            string
            Allowed Values:[ "SE", "EE" ]
- 
            enableDbConsole(optional): 
            boolean
            
- 
            enableFlashCache(optional): 
            boolean
            
- 
            enableFlashStorage(optional): 
            boolean
            
- 
            enableSEHA(optional): 
            boolean
            
- 
            enableTDE(optional): 
            boolean
            
- 
            enableUnifiedAuditing(optional): 
            boolean
            
- 
            isCdb(optional): 
            boolean
            
- 
            level0BackupDay(optional): 
            string
            Allowed Values:[ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ]
- 
            name: 
            string
            
- 
            pdbAdminUser(optional): 
            string
            
- 
            pdbName(optional): 
            string
            
- 
            redundancy(optional): 
            string
            
- 
            rmanBackupPassword(optional): 
            string
            
- 
            role: 
            string
            Allowed Values:[ "PRIMARY", "STANDBY" ]
- 
            shape: 
            string
            Allowed Values:[ "odb1s", "odb1", "odb2", "odb4", "odb6", "odb8", "odb10", "odb12", "odb16", "odb20", "odb24", "odb28", "odb32", "odb36" ]
- 
            targetNodeNumber(optional): 
            integer
            
- 
            tdePassword(optional): 
            string
            
- 
            type: 
            string
            Allowed Values:[ "RAC", "RACOne", "SI" ]
- 
            uniqueName: 
            string
            
- 
            version: 
            string
            
Response
Supported Media Types
                - application/json
200 Response
OK
                
                
                    Nested Schema : ServiceJobReport
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectJob Request Status
    
    
    
    
        Show Source
        - 
            createTimestamp(optional): 
            string(date-time)
            Job creation timestamp
- 
            description(optional): 
            string
            Job description
- 
            jobId(optional): 
            string
            Job ID
- 
            message(optional): 
            string
            Job message
- 
            reports(optional): 
            array  reports
            
            
- 
            resourceList(optional): 
            array  resourceList
            
            
- 
            status(optional): 
            string
            Allowed Values:[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure" ]Job status
- 
            updatedTime(optional): 
            string(date-time)
            Job modification timestamp
Nested Schema : resourceList
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  JobResourceInfo
            
            Resource information
Nested Schema : TaskReport
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            endTime(optional): 
            string(date-time)
            Task completion timestamp
- 
            jobId(optional): 
            string
            Task associated with a job ID
- 
            parentTaskId(optional): 
            string
            Task ID of parent task
- 
            reportLevel(optional): 
            string
            Allowed Values:[ "Verbose", "Info", "Error" ]Task report level
- 
            startTime(optional): 
            string(date-time)
            Task creation timestamp
- 
            status(optional): 
            string
            Allowed Values:[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure" ]Task status
- 
            tags(optional): 
            array  tags
            
            
- 
            taskDescription(optional): 
            string
            Task description
- 
            taskId(optional): 
            string
            Task ID
- 
            taskName(optional): 
            string
            Task name
- 
            taskResult(optional): 
            string
            Task result
- 
            updatedTime(optional): 
            string(date-time)
            Task updation timestamp
Nested Schema : JobResourceInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectResource information
    
    
    
    
        Show Source
        - 
            jobId(optional): 
            string
            Job ID
- 
            resourceId(optional): 
            string
            Resource ID
- 
            resourceNewType(optional): 
            string
            
- 
            resourceType(optional): 
            string
            Allowed Values:[ "Backup", "BackupConfig", "DB", "DbHome", "Grid", "Recovery", "Report", "Tde", "ObjectStoreSwift" ]Resource type
- 
            updatedTime(optional): 
            string(date-time)
            Last updated timestamp
Default Response
An unexpected error has occurred