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

{
    "id": 7,
    "url": "https://netbox.c3voc.de/api/ipam/vlans/7/?format=api",
    "display": "speaker-lan (2240)",
    "site": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
        "display": "Event",
        "name": "Event",
        "slug": "event"
    },
    "group": null,
    "vid": 2240,
    "name": "speaker-lan",
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "description": "",
    "comments": "",
    "l2vpn_termination": null,
    "tags": [],
    "custom_fields": {},
    "created": "2025-05-24T15:56:01.200164Z",
    "last_updated": "2025-05-24T19:01:57.999536Z",
    "prefix_count": 0
}