API Guide
Switch-groups
Switch group configuration information.
Topics:
• GET /switch-groups
• POST /switch-groups
• GET /switch-groups/{id}
• PUT /switch-groups/{id}
• DELETE /switch-groups/{id}
GET /switch-groups
Retrieves a list of all the switch groups present in the system.
API
GET /switch-groups
Description This API returns all the switch groups present in the system.
Parameters None
Responses 200 — Response to get all switch-group
{
"data":
{
"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"
18
Switch-groups 149










