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

{
    "id": 60,
    "url": "https://netbox.bayareabackbone.com/api/ipam/prefixes/60/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/prefixes/60/?format=api",
    "display": "44.190.42.0/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "prefix": "44.190.42.0/24",
    "vrf": null,
    "scope_type": null,
    "scope_id": null,
    "scope": null,
    "tenant": null,
    "vlan": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": {
        "id": 6,
        "url": "https://netbox.bayareabackbone.com/api/ipam/roles/6/?format=api",
        "display": "ARIX",
        "name": "ARIX",
        "slug": "arix",
        "description": ""
    },
    "is_pool": false,
    "mark_utilized": false,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T22:01:23.474143Z",
    "last_updated": "2024-12-07T22:04:00.387929Z",
    "children": 0,
    "_depth": 0
}