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

{
    "id": 56,
    "url": "https://netbox.bayareabackbone.com/api/ipam/prefixes/56/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/prefixes/56/?format=api",
    "display": "44.31.128.0/22",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "prefix": "44.31.128.0/22",
    "vrf": null,
    "scope_type": null,
    "scope_id": null,
    "scope": null,
    "tenant": null,
    "vlan": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": {
        "id": 4,
        "url": "https://netbox.bayareabackbone.com/api/ipam/roles/4/?format=api",
        "display": "WB6ECE Network",
        "name": "WB6ECE Network",
        "slug": "wb6ece-network",
        "description": ""
    },
    "is_pool": true,
    "mark_utilized": false,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T21:25:12.435334Z",
    "last_updated": "2024-12-07T21:36:43.905607Z",
    "children": 3,
    "_depth": 0
}