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

{
    "id": 8,
    "url": "https://netbox.c3voc.de/api/ipam/vlans/8/?format=api",
    "display_url": "https://netbox.c3voc.de/ipam/vlans/8/?format=api",
    "display": "POC-SIP (3510)",
    "site": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
        "display": "Event",
        "name": "Event",
        "slug": "event",
        "description": ""
    },
    "group": null,
    "vid": 3510,
    "name": "POC-SIP",
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "description": "",
    "qinq_role": null,
    "qinq_svlan": null,
    "comments": "",
    "l2vpn_termination": null,
    "tags": [],
    "custom_fields": {},
    "created": "2025-08-07T21:58:28.078906Z",
    "last_updated": "2025-08-07T22:01:30.707159Z",
    "prefix_count": 0
}