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

{
    "id": 50,
    "url": "https://netbox.bayareabackbone.com/api/ipam/vlans/50/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/vlans/50/?format=api",
    "display": "Hurricane Electric (4001)",
    "site": null,
    "group": null,
    "vid": 4001,
    "name": "Hurricane Electric",
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "description": "",
    "qinq_role": null,
    "qinq_svlan": null,
    "comments": "",
    "l2vpn_termination": null,
    "tags": [],
    "custom_fields": {},
    "created": "2026-05-18T05:04:06.997285Z",
    "last_updated": "2026-05-18T05:04:06.997295Z",
    "prefix_count": 1
}