GET /api/dcim/sites/4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 4,
    "url": "https://netbox.c3voc.de/api/dcim/sites/4/?format=api",
    "display": "CCCV Lager Berlin",
    "name": "CCCV Lager Berlin",
    "slug": "cccv-lager-berlin",
    "status": {
        "value": "staging",
        "label": "Staging"
    },
    "region": null,
    "group": null,
    "tenant": null,
    "facility": "",
    "time_zone": null,
    "description": "",
    "physical_address": "",
    "shipping_address": "",
    "latitude": null,
    "longitude": null,
    "comments": "",
    "asns": [],
    "tags": [],
    "custom_fields": {},
    "created": "2023-08-18T18:08:49.339064Z",
    "last_updated": "2023-08-18T18:09:02.499743Z",
    "circuit_count": 0,
    "device_count": 2,
    "prefix_count": 0,
    "rack_count": 0,
    "virtualmachine_count": 0,
    "vlan_count": 0
}