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

{
    "id": 106,
    "url": "https://netbox.bayareabackbone.com/api/ipam/prefixes/106/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/prefixes/106/?format=api",
    "display": "206.197.44.42/31",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "prefix": "206.197.44.42/31",
    "vrf": null,
    "scope_type": "dcim.site",
    "scope_id": 5,
    "scope": {
        "id": 5,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/5/?format=api",
        "display": "ORCA",
        "name": "ORCA",
        "slug": "orca",
        "description": ""
    },
    "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": false,
    "mark_utilized": true,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2025-10-17T18:57:15.623295Z",
    "last_updated": "2025-10-17T18:57:15.623304Z",
    "children": 0,
    "_depth": 1
}