Get Specific Machine Software Status (v2.0)
GET/sdwan/v2.0/api/machines/:machine_id/software/:software_id/status/:status_id
List the status of the machine software.
Request
Path Parameters
machine_id stringrequired
The ID of the device.
software_id stringrequired
The ID of the device software.
status_id stringrequired
The ID of the device status.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
current_version string
The current version of the device.
download_percent integer
The download percentage.
failure_info string
The failure information, if there is a failure of any type.
id string
Id
rollback_version string
The older software versions to rollback.
status string
The status of active and pending device software upgrades.
tentative_version string
The tenatative version of the device software.
upgrade_version string
The upgrade device software version.
{
"current_version": "string",
"download_percent": 0,
"failure_info": "string",
"id": "string",
"rollback_version": "string",
"status": "string",
"tentative_version": "string",
"upgrade_version": "string"
}
Loading...