Get All Virtual Machine Operating Systems
GET/v1/terraform/virtual_machine_operating_system
Get all virtual machine operating systems
Request
Query Parameters
label Label
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
os_distribution Os Distribution (string)required
Possible values: non-empty and <= 64 characters
The name of the OS distro as understood by the provider.
os_version Os Version (string)required
Possible values: non-empty and <= 64 characters
The Version of the OS distro
virtual_machine_operating_system_id uuidrequired
[
{
"os_distribution": "string",
"os_version": "string",
"virtual_machine_operating_system_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...