API Guide

PUT /lcm/update-jobs/{id}
Update a switch image update job using the requested ID.
API
PUT /lcm/update-jobs/{id}
Description This API updates a switch image update job using the requested ID.
Parameters
Table 56. API parameters
Filter name Description
*id
required
string
(path)
Unique identifier of the image update job.
body For example:
{
"image_server_oid": "string",
"switch_group_oid": "string",
"image_file_name": "string",
"extended_path": "string",
"name": "string",
"description": "string"
}
Responses 200 — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
Life cycle management
117