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

{
    "id": 45,
    "url": "https://netbox.bayareabackbone.com/api/ipam/prefixes/45/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/prefixes/45/?format=api",
    "display": "100.64.0.0/11",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "prefix": "100.64.0.0/11",
    "vrf": null,
    "scope_type": null,
    "scope_id": null,
    "scope": null,
    "tenant": null,
    "vlan": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": {
        "id": 3,
        "url": "https://netbox.bayareabackbone.com/api/ipam/roles/3/?format=api",
        "display": "Starlink",
        "name": "Starlink",
        "slug": "starlink",
        "description": ""
    },
    "is_pool": false,
    "mark_utilized": false,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T07:00:24.301242Z",
    "last_updated": "2024-12-07T07:04:08.756203Z",
    "children": 0,
    "_depth": 0
}