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

{
    "id": 37,
    "url": "https://netbox.c3voc.de/api/ipam/prefixes/37/?format=api",
    "display": "94.45.241.0/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "prefix": "94.45.241.0/24",
    "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": 2,
        "url": "https://netbox.c3voc.de/api/ipam/vlans/2/?format=api",
        "display": "public (2241)",
        "vid": 2241,
        "name": "public"
    },
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "is_pool": false,
    "mark_utilized": false,
    "description": "C3NOC VOC Public",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2023-08-18T18:01:29.663618Z",
    "last_updated": "2023-08-18T18:01:29.663636Z",
    "children": 0,
    "_depth": 0
}