Get All Virtual Machine Subnets
GET/v1/terraform/virtual_machine_subnet
Get all virtual machine subnets
Request
Query Parameters
label Label
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
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
[
{
"name": "string",
"subnet": "string",
"virtual_machine_subnet_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...