API Guide
]
}
GET /switch-groups/{id}
Retrieves a switch group using the switch group ID.
API
GET /switch-groups/{id}
Description This API retrieves a switch group represented by the requested id.
Parameters
Table 71. API parameters
Filter name Description
*id
required
string
(path)
Unique identifier of the image server.
Responses 200 — Response to get switch-group by ID.
{
"id": "string",
"name": "string",
"description": "string",
"switch_members": [
{
"switch_oid": "string",
"switch_name": "string",
"role": "NOT_SET"
],
"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": [
"string"
]
}
]
}
152
Switch-groups










