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
        • UNARYCreateDeviceSet
        • UNARYGetDeviceSet
        • UNARYUpdateDeviceSet
        • UNARYDeleteDeviceSet
        • UNARYListDeviceSets
        • UNARYAddDevicesToDeviceSet
        • UNARYRemoveDevicesFromDeviceSet
        • UNARYListDeviceSetMembers
        • UNARYGetDeviceDeviceSets
        • UNARYSetRackSlotPosition
        • UNARYClearRackSlotPosition
        • UNARYGetRackSlots
        • UNARYGetDeviceSetStats
        • UNARYListRackZones
        • UNARYListRackTypes
        • UNARYSaveRack
LogoLogo
API Referencedevice_set.v1DeviceSetService

GetRackSlots

||View as Markdown|
Example request
1{
2 "device_set_id": 42
3}
Example response
1{
2 "slots": [
3 {
4 "device_identifier": "example",
5 "position": {
6 "row": 42,
7 "column": 42
8 }
9 }
10 ]
11}
Lists all occupied slot positions in a rack
Built with

GetRackSlotsRequest

Request
This endpoint expects an object.
device_set_idlong
ID of the rack device set

GetRackSlotsResponse

Response
This endpoint returns an object.
slotslist of objects
Occupied slots ordered by row then column