Get Mi
GET/v1/armada/machine_image/:mi_id
Get a machine image
Request
Path Parameters
mi_id uuidrequired
The machine image ID
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
name Name (string)required
Possible values: non-empty and <= 256 characters
The name within the context of the provider. This could be a registry path or an AWS image name.
description Description (string)
A long form description of the image that will only be used for documentation purposes
machine_image_id uuidrequired
{
"name": "string",
"description": "string",
"machine_image_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...