API Guide

Life cycle management
Update SFD jobs.
Topics:
GET /lcm/update-jobs
POST /lcm/update-jobs
GET /lcm/update-jobs/{id}
PUT /lcm/update-jobs/{id}
DELETE /lcm/update-jobs/{id}
POST /lcm/update-jobs/{id}/approval-request
POST /lcm/update-jobs/{id}/cancel
POST /lcm/update-jobs/{id}/deploy
POST /lcm/update-jobs/{id}/status
GET /lcm/update-jobs
Retrieves information for all switch image update jobs.
API
GET /lcm/update-jobs
Description This API returns all switch image update jobs present in the system.
Parameters None
Responses 200 — Response to get all switch image update jobs
{
"data":
{
"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",
"name": "string"
}
}
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
14
112 Life cycle management