UptimeUptime Wiki

Rack

Parameters

Path Parameters
id*integer

Entity id

Formatint64
Range0 <= value

Try the endpoint

GET
/api/v1/racks/{id}

Code example

curl -X GET "https://example.com/api/v1/racks/0"

Response example

{  "id": 0,  "az_id": 0,  "name": "string",  "capacity_u": 0,  "used_u": 0,  "power_budget_w": 0,  "power_draw_w": 0,  "visual": {    "power_pct": 0.1,    "ambient_heat": 0.1  },  "draped_cable_count": 0,  "depth_m": 0.1,  "floor_slot": 0,  "wall_mount": true,  "pending_placement": true,  "held_by": 0,  "held": true,  "resale_dollars": 0.1,  "binding_key": "string"}

Response body

200The entity
application/json

On this page