GET /api/ipam/prefixes/55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 55,
"url": "https://netbox.bayareabackbone.com/api/ipam/prefixes/55/?format=api",
"display_url": "https://netbox.bayareabackbone.com/ipam/prefixes/55/?format=api",
"display": "44.31.128.188/30",
"family": {
"value": 4,
"label": "IPv4"
},
"prefix": "44.31.128.188/30",
"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": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"is_pool": false,
"mark_utilized": false,
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2024-12-07T21:24:16.518810Z",
"last_updated": "2024-12-07T21:25:31.210688Z",
"children": 0,
"_depth": 1
}