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
Body ()
Parameters to create a KVM Database System
Root Schema : DbSystemCreateParams
Type: object required: - system - network - grid - database properties: forced: type: boolean system: $ref: '#/definitions/DbSystemCreateSystemParams' network: $ref: '#/definitions/DbSystemCreateNetworkParams' grid: $ref: '#/definitions/DbSystemCreateGridParams' database: $ref: '#/definitions/DbSystemCreateDatabaseParams'
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : KvmJob
Type: object
Show Source
Nested Schema : ServiceJobReport
Type: object
Job Request Status
Show Source
Nested Schema : reports
Type: array
Show Source
Nested Schema : resourceList
Type: array
Show Source
Nested Schema : TaskReport
Type: object
Show Source
Nested Schema : tags
Type: array
Show Source
Nested Schema : JobResourceInfo
Type: object
Resource information
Show Source

Default Response

An unexpected error has occurred
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top