API Guide

"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
POST /lcm/update-jobs/{id}/status
Gets the status of a switch image update job.
API
POST /lcm/update-jobs/{id}/status
Description This API requests the status of a switch image update job represented by the requested id.
Parameters
Table 61. API parameters
Filter name Description
*id
required
string
(path)
Unique identifier of the switch image job.
Responses 200 — Success or error response
{
"data":
{
"switch_member": {
"id": "string",
"name": "string"
},
"update_progress_status": "DOWNLOAD_iN_PROGRESS",
Life cycle management 125