Get Machine Images (v2.3)
GET/sdwan/v2.3/api/element_images
List all the device images.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
count int32
The total number.
id string
The ID.
items ElementImageV2N3[]
fips_certification_valid boolean
The valid FIPS certified device images.
fips_certified boolean
The FIPS certified device images.
id string
The ID of the device images.
ml7_version string
The ml7 version.
model_software_map ModelSoftwareMap[]
The model and bundle name of the model software map.
bundle_name string
The software bundle name.
model string
The software model.
release_url string
The release URL.
state string
The device connection state.
version string
The software version installed.
{
"count": 0,
"id": "string",
"items": [
{
"fips_certification_valid": true,
"fips_certified": true,
"id": "string",
"ml7_version": "string",
"model_software_map": [
{
"bundle_name": "string",
"model": "string"
}
],
"release_url": "string",
"state": "string",
"version": "string"
}
]
}
Loading...