Skip to main content

Create Virtual Machine Disk

POST 

/v1/terraform/virtual_machine_disk

Create a virtual machine disk

Request

Body

required

    name Name (string)required

    Possible values: non-empty and <= 64 characters

    The name of the machine size used by the provider

    disk_size Disk Size (integer)required

    The capacity of the Disk in GiB

    disk_type Disk Type (string)required

    Possible values: non-empty and <= 64 characters

    The type of disk, Standard or Premium

Responses

Successful Response

Schema

    name Name (string)required

    Possible values: non-empty and <= 64 characters

    The name of the machine size used by the provider

    disk_size Disk Size (integer)required

    The capacity of the Disk in GiB

    disk_type Disk Type (string)required

    Possible values: non-empty and <= 64 characters

    The type of disk, Standard or Premium

    virtual_machine_disk_id uuidrequired
Loading...