Get All Virtual Machine Sizes
GET/v1/terraform/virtual_machine_size
Get all virtual machine sizes
Request
Query Parameters
label Label
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
vm_region uuidrequired
The region ID of region selected for the terraform job.
name Name (string)required
Possible values: non-empty and <= 64 characters
The name of the machine size used by the provider
vm_sku Vm Sku (string)required
Possible values: non-empty and <= 64 characters
The sku of the machine size used by the provider
preferred Preferred (boolean)required
Notation of if the machine size has discounted pricing from provider
virtual_machine_size_id uuidrequired
[
{
"vm_region": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"vm_sku": "string",
"preferred": true,
"virtual_machine_size_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...