For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGuidesAPI Reference
HomeGuidesAPI Reference
  • API Reference
        • UNARYCreateCollection
        • UNARYGetCollection
        • UNARYUpdateCollection
        • UNARYDeleteCollection
        • UNARYListCollections
        • UNARYAddDevicesToCollection
        • UNARYRemoveDevicesFromCollection
        • UNARYListCollectionMembers
        • UNARYGetDeviceCollections
        • UNARYSetRackSlotPosition
        • UNARYClearRackSlotPosition
        • UNARYGetRackSlots
        • UNARYGetCollectionStats
        • UNARYListRackZones
        • UNARYListRackTypes
        • UNARYSaveRack
LogoLogo
API Referencecollection.v1DeviceCollectionService

ListRackZones

||View as Markdown|
Example request
1{}
Example response
1{
2 "zones": [
3 "example"
4 ]
5}
Returns all distinct rack zones for the organization
Built with

ListRackZonesRequest

Request
This endpoint expects an object.

ListRackZonesResponse

Response
This endpoint returns an object.
zoneslist of strings
Distinct zone strings across all racks, sorted alphabetically