API Guide
"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"
]
}
]
}
GET /lcm/update-jobs/{id}
Retrieves information for a switch image update job using the request ID.
API
GET /lcm/update-jobs/{id}
Description This API retrieves information for a switch image update job using the request ID.
Parameters
Table 55. API parameters
Filter name Description
*id
required
string
(path)
Unique identifier of the switch image update job.
Responses 200 — Success or error response
{
"id": "string",
"name": "string",
"description": "string",
"job_type": "SCHEDULED",
"scheduled_at": O,
"image_file_name": "string",
"job_state": "DRAFT",
"switch_group": {
"id": "string",
"name": "string"
}
"switch_members":
{
"id": "string",
Life cycle management 115










