API Guide
Image-servers
Image server to upgrade or downgrade the image on the switch.
Topics:
• GET /image-servers
• POST /image-servers
• GET /image-servers/{id}
• PUT /image-servers/{id}
• DELETE /image-servers/{id}
GET /image-servers
Retrieves all image servers on a switch.
API
GET /image-servers
Description This API retrieves all image servers in the system.
Parameters None
Responses 200 — Response to get all image servers
{
"data":
{
"id": "string",
"name": "string",
"description": "string",
"url": "string",
"base_path": "string",
"image_source_url": "string",
"protocol": "string",
"credential": {
"username": "string"
},
"user_info": {
"created_by": "string",
"created_at": O,
"last_updated_by": "string",
"last_updated_at": O
}
}
}
}
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": [
12
92 Image-servers










