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

{
    "id": 104,
    "url": "https://netbox.bayareabackbone.com/api/ipam/prefixes/104/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/prefixes/104/?format=api",
    "display": "206.197.44.41/32",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "prefix": "206.197.44.41/32",
    "vrf": null,
    "scope_type": "dcim.site",
    "scope_id": 2,
    "scope": {
        "id": 2,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/2/?format=api",
        "display": "San Bruno Mtn 7",
        "name": "San Bruno Mtn 7",
        "slug": "san-bruno-mtn-7",
        "description": ""
    },
    "tenant": null,
    "vlan": {
        "id": 43,
        "url": "https://netbox.bayareabackbone.com/api/ipam/vlans/43/?format=api",
        "display": "san bruno weather station @ 206.197.44.41 (441)",
        "vid": 441,
        "name": "san bruno weather station @ 206.197.44.41",
        "description": ""
    },
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "is_pool": false,
    "mark_utilized": false,
    "description": "San Bruno Weather Station",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2025-08-31T23:54:35.568395Z",
    "last_updated": "2025-08-31T23:58:23.258724Z",
    "children": 0,
    "_depth": 1
}