Get KVM Database Systems
get
                    /dbsystem
Get all the KVM Database Systems present in the system.
                Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
OK
                
                
                    Nested Schema : DbSystem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            afdEnabled(optional): 
            boolean
            
 - 
            clusterName(optional): 
            string
            
 - 
            cpuPool(optional): 
            object  DbSystemCpuPool
            
            
 - 
            createTime(optional): 
            string(date-time)
            
 - 
            databases(optional): 
            array  databases
            
            
 - 
            gridHome(optional): 
            object  DbSystemGridHome
            
            
 - 
            id(optional): 
            string
            
 - 
            image(optional): 
            string
            
 - 
            memorySizeFormatted(optional): 
            string
            
 - 
            memorySizeInMb(optional): 
            integer
            
 - 
            name(optional): 
            string
            
 - 
            numaEnabled(optional): 
            boolean
            
 - 
            numberOfCores(optional): 
            integer
            
 - 
            shapeName(optional): 
            string
            
 - 
            state(optional): 
            string
            
 - 
            storage(optional): 
            object  DbSystemStorage
            
            
 - 
            updateTime(optional): 
            string(date-time)
            
 - 
            version(optional): 
            string
            
 - 
            vms(optional): 
            array  vms
            
            
 
Nested Schema : DbSystemStorage
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            accVolumeDevice(optional): 
            string
            
 - 
            accVolumeName(optional): 
            string
            
 - 
            accVolumeSizeFormatted(optional): 
            string
            
 - 
            accVolumeSizeInMb(optional): 
            integer(int64)
            
 - 
            diskGroup(optional): 
            string
            
 - 
            hasAccVolume(optional): 
            boolean
            
 - 
            mountPoint(optional): 
            string
            
 - 
            redundancy(optional): 
            string
            Allowed Values:
[ "MIRROR", "HIGH", "REBALANCE_IN_PROGRESS", "EXTERNAL", "EXTENDED" ]Redundancy of the VM storage - 
            sizeFormatted(optional): 
            string
            
 - 
            sizeInMb(optional): 
            integer(int64)
            
 - 
            volumeDevice(optional): 
            string
            
 - 
            volumeName(optional): 
            string
            
 
Nested Schema : DB
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            associatedNetworks(optional): 
            array  associatedNetworks
            
            
 - 
            backupConfigId(optional): 
            string
            
 - 
            cloudStorageContainer(optional): 
            string
            if the object store backup is selected, then which container should the database backup go to.
 - 
            cpupool(optional): 
            string
            Defines the CPU Pool name
 - 
            createTime(optional): 
            string(date-time)
            
 - 
            databaseUniqueName(optional): 
            string
            
 - 
            dbCharacterSet(optional): 
            object  DbCharacterSet
            
            
 - 
            dbClass(optional): 
            string
            Allowed Values:
[ "OLTP", "DSS", "IMDB" ] - 
            dbConsoleEnable(optional): 
            boolean
            
 - 
            dbDomainName(optional): 
            string
            
 - 
            dbEdition(optional): 
            string
            Database Edition.
 - 
            dbHomeId(optional): 
            string
            The database home resource identifier for associating this database.
 - 
            dbId(optional): 
            string
            The database id
 - 
            dbName(optional): 
            string
            
 - 
            dbRedundancy(optional): 
            string
            
 - 
            dbRole(optional): 
            string
            Database role (PRIMARY/STANDBY).
 - 
            dbShape(optional): 
            string
            Allowed Values:
[ "odb1s", "odb1", "odb2", "odb4", "odb6", "odb8", "odb10", "odb12", "odb16", "odb20", "odb24", "odb28", "odb32", "odb36", "odb42", "odb48", "odb56", "odb64" ] - 
            dbStorage(optional): 
            string
            Allowed Values:
[ "ASM", "ACFS", "PMEM" ] - 
            dbTargetNodeName(optional): 
            string
            
 - 
            dbTargetNodeNumber(optional): 
            string
            
 - 
            dbType(optional): 
            string
            Allowed Values:
[ "RAC", "RACOne", "SI" ] - 
            dbVersion(optional): 
            string
            
 - 
            enableEEHA(optional): 
            boolean
            Enable HA for EE SI database
 - 
            enableSEHA(optional): 
            boolean
            
 - 
            enableTDE(optional): 
            boolean
            Flag to create TDE enabled database
 - 
            entitySource(optional): 
            string
            Where the database is created. Null for local system.
 - 
            id(optional): 
            string
            
 - 
            instanceOnly(optional): 
            boolean
            do not create the database files. Used in case of standby case to create standby instance.
 - 
            isAutoBackupDisabled(optional): 
            boolean
            
 - 
            isBcfgInSync(optional): 
            boolean
            
 - 
            isCdb(optional): 
            boolean
            
 - 
            level0BackupDay(optional): 
            string
            Allowed Values:
[ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ] - 
            name(optional): 
            string
            display name for the resource
 - 
            pdbAdminUserName(optional): 
            string
            
 - 
            pdBName(optional): 
            string
            
 - 
            pdbs(optional): 
            array  pdbs
            
            List of PDB objects that are present in the CDB
 - 
            quota(optional): 
            string
            disk space quota for a database.
 - 
            registerOnly(optional): 
            boolean
            Use to migrate existing database
 - 
            remark(optional): 
            string
            Remark for database status
 - 
            rmanBkupPassword(optional): 
            string
            
 - 
            state(optional): 
            object  ResourceState
            
            
 - 
            tdePassword(optional): 
            string
            Password for Password Protected KeyStore
 - 
            tdeWalletManagement(optional): 
            string
            Specify wallet management method for TDE enabled database. Allowed values are ODA and EXTERNAL.
 - 
            updatedTime(optional): 
            string(date-time)
            
 
Nested Schema : ResourceState
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            status(optional): 
            string
            Allowed Values:
[ "CREATING", "CONFIGURED", "UPDATING", "DELETING", "FAILED", "RUNNING", "ENABLED", "DISABLED", "STALE" ] 
Nested Schema : Pdb
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            id(optional): 
            string
            PDB Id
 - 
            pdbName(optional): 
            string
            Name of the PDB
 - 
            sourcePdbArchivePath(optional): 
            string
            The absolute file name of the PDB archive file if ARCHIVE is used in sourceType
 - 
            sourcePdbName(optional): 
            string
            The source PDB name if PDB is used in pdbSource
 - 
            sourceType(optional): 
            string
            Allowed Values:
[ "SEED", "PDB", "ARCHIVE" ]The source type to create the PDB - 
            state(optional): 
            object  ResourceState
            
            
 
Nested Schema : DbSystemVm
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            customVNetworks(optional): 
            array  customVNetworks
            
            
 - 
            diskImagePath(optional): 
            string
            
 - 
            disks(optional): 
            array  disks
            
            
 - 
            hostName(optional): 
            string
            
 - 
            maxMemoryInMb(optional): 
            string
            
 - 
            name(optional): 
            string
            
 - 
            nodeName(optional): 
            string
            
 - 
            nodeNumber(optional): 
            string
            
 - 
            status(optional): 
            object  VmStatus
            
            
 - 
            vmSnapshotPath(optional): 
            string
            
 - 
            vnetworks(optional): 
            array  vnetworks
            
            
 
Default Response
An unexpected error has occurred