Create KVM

post

/kvm/vm

Creates a new VM in Oracle Database Appliance using VmCreateParams. Pre-requisites : Ensure vmstorage and vm cpu pool are present in the system.

Request

Supported Media Types
Body ()
Parameters to create a VM
Root Schema : VmCreateParams
Type: object
Show Source
Nested Schema : cpusToPin
Type: array
CPUs to pin
Show Source
Nested Schema : vdiskNames
Type: array
Names of the virtual Disks to use
Show Source
Nested Schema : vnetworkNames
Type: array
Names of the virtual Networks to use
Show Source
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