Get all hubs
GET/apis/v1/managers-management/managers
Use this method to return a list of all hubs.
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 hubs.
GET https://192.0.2.0/api/v1/managers-management/managers -
The following example returns a list of all unhealthy hubs sorted by the number of managed devices in ascending order.
GET https://192.0.2.0/api/v1/managers-management/managers?filterNotEquals[0][attributes]=healthState&filterNotEquals[0][values]=Normal&sort[1]=_lang_en.deviceCount,asc
Request
Responses
- 200
- 206
- 429
- 500
Success
Success with partial data returned
Failure - Too many requests
Failure - Internal server error