API Guide
Description This API requests a switch image update job represented by the requested id. The operator must specify if the job
needs to be scheduled or deployed now. If the job is scheduled, it will be deployed at that time. To deploy the job,
it needs to be in approved state.
Parameters
Table 60. API parameters
Filter name Description
*id
required
string
(path)
Unique identifier of the switch image update job.
body For example:
{
"job_type": "SCHEDULED",
"scheduled_at": O
}
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"
]
}
]
}
404 — Requested entity does not exist
{
"new_object_id": "string",
124
Life cycle management










