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

{
    "id": 2,
    "url": "https://netbox.c3voc.de/api/ipam/vlans/2/?format=api",
    "display": "public (2241)",
    "site": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
        "display": "Event",
        "name": "Event",
        "slug": "event"
    },
    "group": null,
    "vid": 2241,
    "name": "public",
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/ipam/roles/1/?format=api",
        "display": "Uplink",
        "name": "Uplink",
        "slug": "uplink"
    },
    "description": "",
    "comments": "",
    "l2vpn_termination": null,
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T14:25:55.453665Z",
    "last_updated": "2022-12-26T10:56:38.871224Z",
    "prefix_count": 2
}