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

{
    "id": 28,
    "url": "https://netbox.c3voc.de/api/ipam/prefixes/28/?format=api",
    "display": "10.73.120.0/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "prefix": "10.73.120.0/24",
    "site": null,
    "vrf": null,
    "tenant": null,
    "vlan": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "is_pool": false,
    "mark_utilized": false,
    "description": "audio pi",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-03T19:09:38.009354Z",
    "last_updated": "2023-01-03T19:09:38.009369Z",
    "children": 0,
    "_depth": 1
}