GET /api/dcim/locations/6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 6,
"url": "https://netbox.c3voc.de/api/dcim/locations/6/?format=api",
"display": "case6",
"name": "case6",
"slug": "case6",
"site": {
"id": 1,
"url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
"display": "Event",
"name": "Event",
"slug": "event"
},
"parent": null,
"status": {
"value": "active",
"label": "Active"
},
"tenant": null,
"description": "",
"tags": [],
"custom_fields": {},
"created": "2025-05-24T13:56:45.171664Z",
"last_updated": "2025-05-24T13:56:45.171678Z",
"rack_count": 2,
"device_count": 8,
"_depth": 0
}