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

{
    "id": 6,
    "url": "https://netbox.bayareabackbone.com/api/ipam/prefixes/6/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/prefixes/6/?format=api",
    "display": "2620:b8:a000::/48",
    "family": {
        "value": 6,
        "label": "IPv6"
    },
    "prefix": "2620:b8:a000::/48",
    "vrf": null,
    "scope_type": null,
    "scope_id": null,
    "scope": null,
    "tenant": null,
    "vlan": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": {
        "id": 2,
        "url": "https://netbox.bayareabackbone.com/api/ipam/roles/2/?format=api",
        "display": "BayAreaBackbone",
        "name": "BayAreaBackbone",
        "slug": "bayareabackbone",
        "description": ""
    },
    "is_pool": true,
    "mark_utilized": false,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-05T22:34:12.810092Z",
    "last_updated": "2024-12-05T23:22:41.926858Z",
    "children": 18,
    "_depth": 0
}