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

{
    "id": 4,
    "url": "https://netbox.bayareabackbone.com/api/ipam/prefixes/4/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/prefixes/4/?format=api",
    "display": "44.31.228.0/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "prefix": "44.31.228.0/24",
    "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": false,
    "mark_utilized": false,
    "description": "BayAreaBackbone Secondary 44net /24 Allocation",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-05T22:33:40.950055Z",
    "last_updated": "2024-12-08T00:02:59.095530Z",
    "children": 0,
    "_depth": 0
}