GET /api/ipam/vlans/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/ipam/vlans/1/?format=api",
    "display": "AES67 (67)",
    "site": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
        "display": "Event",
        "name": "Event",
        "slug": "event"
    },
    "group": null,
    "vid": 67,
    "name": "AES67",
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/ipam/roles/2/?format=api",
        "display": "Internal",
        "name": "Internal",
        "slug": "internal"
    },
    "description": "",
    "comments": "",
    "l2vpn_termination": null,
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T14:25:39.298260Z",
    "last_updated": "2022-12-26T10:56:38.859715Z",
    "prefix_count": 0
}