ListDeviceSets
Lists all device sets for the organization
ListDeviceSetsRequest
Request
This endpoint expects an object.
type
Filter by device set type (optional, returns all types if unspecified)
Allowed values:
page_size
Maximum number of device sets to return (0 = server default)
page_token
Pagination cursor from a previous response
sort
Sort configuration (defaults to name ascending). Supported fields: SORT_FIELD_NAME, SORT_FIELD_DEVICE_COUNT.
error_component_types
Filter by device sets containing devices with open errors of these component types. When non-empty, only device sets with at least one device having an open error matching any of the specified component types are returned.
zones
Filter by rack zones. Only valid when type is RACK. When non-empty, only racks in any of the specified zones are returned.
ListDeviceSetsResponse
Response
This endpoint returns an object.
device_sets
List of device sets ordered by label
next_page_token
Cursor for the next page, empty if no more results
total_count
Total number of device sets matching the request filters