API Guide
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
21.2 GET /switch-manifest/support-matrix
Get the supported switch matrix
This API returns the supported switch model, os-version and os-type etc.
REQUEST
No request parameters
RESPONSE
STATUS CODE - 200: response to the switch support matrix
RESPONSE MODEL - application/json
{
List of supported switches with model, os version and os type.
data [{
Array of object: Supported switch matrix
platform string
The os type on this model.
model string
model of the switch
version_info [{
Array of object: The switch version and image le for that version
version string
The image version of the switch
filename string
The image name for this version
}]
latest_os_version string
Latest os version among the list of commonly supported os versions for a switch model
}]
}
STATUS CODE - 401: You are not authorized to perform this operation.
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
messages [{
Array of object:
id string
This represents the key for the localized property le to be used by UI to show the localized string.
message string
Success or error message
field_name string
Field name where the error was seen
messageParams [string]
Params array to substitute in the message. This will be used by UI to substitue the params in the
Message in the localized le.
}]
}
STATUS CODE - default: success or error response
RESPONSE MODEL - application/json
{
new_object_id string
This represents the id of the new object created for the POST API call.
id string
This represents the key for the localized property le to be used by UI to show the localized string.
268 of 340










