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

{
    "id": 1,
    "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
    "display": "Event",
    "name": "Event",
    "slug": "event",
    "status": {
        "value": "active",
        "label": "Active"
    },
    "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": "2022-07-23T13:47:39.535277Z",
    "last_updated": "2022-07-23T13:47:39.535294Z",
    "circuit_count": 0,
    "device_count": 15,
    "prefix_count": 17,
    "rack_count": 1,
    "virtualmachine_count": 24,
    "vlan_count": 4
}