For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LogoLogo
HomeGuidesAPI Reference
HomeGuidesAPI Reference
  • API Reference
        • UNARYCreateCollection
        • UNARYGetCollection
        • UNARYUpdateCollection
        • UNARYDeleteCollection
        • UNARYListCollections
        • UNARYAddDevicesToCollection
        • UNARYRemoveDevicesFromCollection
        • UNARYListCollectionMembers
        • UNARYGetDeviceCollections
        • UNARYSetRackSlotPosition
        • UNARYClearRackSlotPosition
        • UNARYGetRackSlots
        • UNARYGetCollectionStats
        • UNARYListRackZones
        • UNARYListRackTypes
        • UNARYSaveRack
  • ListActivities
  • ExportActivities
  • ListActivityFilterOptions
  • CreateApiKey
  • ListApiKeys
  • RevokeApiKey
  • Authenticate
  • Logout
  • UpdatePassword
  • UpdateUsername
  • GetUserAuditInfo
  • CreateUser
  • ListUsers
  • ResetUserPassword
  • DeactivateUser
  • VerifyCredentials
  • Query
  • GetError
  • ListMinerErrors
  • Watch
  • CreateCollection
  • GetCollection
  • UpdateCollection
  • DeleteCollection
  • ListCollections
  • AddDevicesToCollection
  • RemoveDevicesFromCollection
  • ListCollectionMembers
  • GetDeviceCollections
  • SetRackSlotPosition
  • ClearRackSlotPosition
  • GetRackSlots
  • GetCollectionStats
  • ListRackZones
  • ListRackTypes
  • SaveRack
  • CreateDeviceSet
  • GetDeviceSet
  • UpdateDeviceSet
  • DeleteDeviceSet
  • ListDeviceSets
  • AddDevicesToDeviceSet
  • RemoveDevicesFromDeviceSet
  • ListDeviceSetMembers
  • GetDeviceDeviceSets
  • SetRackSlotPosition
  • ClearRackSlotPosition
  • GetRackSlots
  • GetDeviceSetStats
  • ListRackZones
  • ListRackTypes
  • SaveRack
  • GetCombinedMetrics
  • StreamCombinedMetricUpdates
  • ListMinerStateSnapshots
  • ExportMinerListCsv
  • GetMinerStateCounts
  • GetMinerPoolAssignments
  • GetMinerCoolingMode
  • DeleteMiners
  • GetMinerModelGroups
  • RenameMiners
  • UpdateWorkerNames
  • GetFleetPerformance
  • StreamFleetOverview
  • StreamPerformanceMetrics
  • ImportFromForeman
  • CompleteImport
  • Reboot
  • StopMining
  • StartMining
  • SetCoolingMode
  • SetPowerTarget
  • UpdateMiningPools
  • DownloadLogs
  • BlinkLED
  • StreamCommandBatchUpdates
  • GetCommandBatchLogBundle
  • FirmwareUpdate
  • Unpair
  • UpdateMinerPassword
  • CheckCommandCapabilities
  • GetNetworkInfo
  • UpdateNetworkNickname
  • CreateAdminLogin
  • GetFleetInitStatus
  • GetFleetOnboardingStatus
  • Discover
  • Pair
  • Ping
  • Echo
  • PingStream
  • ListPools
  • CreatePool
  • UpdatePool
  • DeletePool
  • ValidatePool
  • ListSchedules
  • CreateSchedule
  • UpdateSchedule
  • DeleteSchedule
  • PauseSchedule
  • ResumeSchedule
  • ReorderSchedules
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