API Guide

Table Of Contents
/api/GroupService/GroupTypes
This URI represents the group types.
GET method for GroupTypes
This method returns a list of all the group types.
Description Returns all the group types.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(GroupService.GroupType)",
"@odata.count": 5,
"value": [
{
"@odata.id": "/api/GroupService/GroupTypes(1000)",
"Id": 1000,
"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 114. Attributes
Attribute name Description
Id ID of the group type.
Name Name of the group type.
Description Description of the group type.
330 Groups