Skip to main content

Create a Hypervisor

Create Hypervisor for that particular type

Request Body
    oneOf

  • name string required

    The name of the hypervisor group being created

  • skipCredentialValidation boolean

    Default value: true

    if credential validation has to be skipped.

  • accessNodes object[] required
  • id int32
  • name string
  • credentials object
  • id int32
  • name string
  • etcdProtection object

    Create an application group etcd (system generated) with pre-defined content

  • enabled boolean

    Denote if etcd protection is enabled

  • plan object
  • id int32
  • name string
  • planEntity object
  • id int32
  • name string
  • hypervisorType string required

    Possible values: [VMW]

  • vcenterHostName string required

    Vcenter hostname

  • userName string required

    Vcenter username

  • password string required

    Vcenter password

Responses

Success


Schema
  • response object
  • hypervisorId int32
  • warningCode int32
  • errorCode int32
  • errorMessage string

    Response message

  • warningMessage string

    Response message

Loading...