Get all resource groups
GET/apis/v1/groups-management/resourceGroups
Use this method to return a list of all resource groups.
A resource group is a collection of devices — either a fixed list or a dynamically generated set based on defined criteria — that can be viewed and managed as a single unit.
Common query parameters: This REST API supports query parameters for paginating, filtering, sorting, including data, and excluding data in the response. For more information about these common query parameters, see Paginating, filtering, including data, and excluding data in responses.
-
The following example returns a list of all resource groups.
GET https://192.0.2.0/api/v1/groups-management/resourceGroups -
The following example returns a list of all static device groups.
GET https://192.0.2.0/api/v1/groups-management/resourceGroups?filterEquals[][attributes]=type&filterEquals[][values]=deviceGroup
Request
Responses
- 200
- 206
- 429
- 500
Success
Success with partial data returned
Failure - Too many requests
Failure - Internal server error