Skip to main content

Get All Virtual Machine Subnets

GET 

/v1/terraform/virtual_machine_subnet

Get all virtual machine subnets

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 resource group assigned the subnet.

    subnet Subnet (string)required

    Possible values: non-empty and <= 64 characters

    The subnet of this resource group

    virtual_machine_subnet_id uuidrequired
  • ]

Loading...