API Guide
"Name": "Internal Group",
"Description": "Internal group. This type is asssocated with a task
operation."
},
{
"@odata.id": "/api/GroupService/GroupTypes(2000)",
"Id": 2000,
"Name": "Pre-Defined Group",
"Description": "Pre-existing group."
},
{
"@odata.id": "/api/GroupService/GroupTypes(3000)",
"Id": 3000,
"Name": "User Defined",
"Description": "Information for this group comes from user input."
},
{
"@odata.id": "/api/GroupService/GroupTypes(4000)",
"Id": 4000,
"Name": "Discovery Defined",
"Description": "Information for this group comes from an automatic
operation."
},
{
"@odata.id": "/api/GroupService/GroupTypes(5000)",
"Id": 5000,
"Name": "MCM Group",
"Description": "Multi-Chassis Internal Group."
}
]
}
Table 95. Attributes
Attribute name Description
Id ID of the group type.
Name Name of the group type.
Description Description of the group type.
/api/GroupService/GroupTypes(Id)
This URI represents a group type within the collection.
GET method for GroupTypes(Id)
This method returns the details of a specific group from the collection.
Description
Returns the details of a specific group.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#GroupService.GroupType/$entity",
"@odata.id": "/api/GroupService/GroupTypes(1000)",
"Id": 1000,
"Name": "Internal Group",
"Description": "Internal group. This type is associated with a task
Groups 221