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

{
    "id": 38,
    "url": "https://netbox.c3voc.de/api/ipam/prefixes/38/?format=api",
    "display": "2001:67c:20a1:3504::/64",
    "family": {
        "value": 6,
        "label": "IPv6"
    },
    "prefix": "2001:67c:20a1:3504::/64",
    "site": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
        "display": "Event",
        "name": "Event",
        "slug": "event"
    },
    "vrf": null,
    "tenant": null,
    "vlan": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/ipam/vlans/3/?format=api",
        "display": "voc-intern (3504)",
        "vid": 3504,
        "name": "voc-intern"
    },
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "is_pool": false,
    "mark_utilized": false,
    "description": "C3NOC VOC Intern",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2023-08-18T18:03:18.652376Z",
    "last_updated": "2023-08-18T18:04:44.811277Z",
    "children": 0,
    "_depth": 0
}