API Guide

"string"
]
}
]
}
404 — Requested entity does not exist
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"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"
]
}
]
}
POST /image-servers
Creates an image server to upgrade or downgrade the image on the switch.
API
POST /image-servers
Description This API creates an image server to upgrade or downgrade the image on the switch. The operator must download
the image from the switch vendor site and place the image in this image server. SFD informs the switch about the
image server and the file path. The switch downloads the image from the image server.
Parameters
Table 45. API parameters
Filter name Description
body *
required
(body)
Provides the input body to create an image server.
For example:
{
"url": "string",
Image-servers 93