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.bayareabackbone.com/api/ipam/prefixes/28/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/prefixes/28/?format=api",
    "display": "100.101.11.0/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "prefix": "100.101.11.0/24",
    "vrf": null,
    "scope_type": "dcim.site",
    "scope_id": 4,
    "scope": {
        "id": 4,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/4/?format=api",
        "display": "Berkeley",
        "name": "Berkeley",
        "slug": "berkeley",
        "description": ""
    },
    "tenant": null,
    "vlan": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "is_pool": false,
    "mark_utilized": false,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T00:09:33.403489Z",
    "last_updated": "2024-12-07T00:09:33.403510Z",
    "children": 0,
    "_depth": 1
}