Skip to main content

Get All Virtual Machine Disks

GET 

/v1/terraform/virtual_machine_disk

Get all virtual machine disks

Request

Query Parameters

    label Label

Responses

Successful Response

Schema

  • Array [

  • 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...