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

{
    "id": 101,
    "url": "https://netbox.bayareabackbone.com/api/ipam/prefixes/101/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/prefixes/101/?format=api",
    "display": "100.101.108.0/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "prefix": "100.101.108.0/24",
    "vrf": null,
    "scope_type": "dcim.site",
    "scope_id": 20,
    "scope": {
        "id": 20,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/20/?format=api",
        "display": "City Hall",
        "name": "City Hall",
        "slug": "city-hall",
        "description": ""
    },
    "tenant": null,
    "vlan": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "is_pool": true,
    "mark_utilized": false,
    "description": "City Hall to Channing Management  on VLAN 1108",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2025-07-24T21:10:08.738539Z",
    "last_updated": "2025-07-24T21:46:53.064291Z",
    "children": 0,
    "_depth": 1
}