GET /api/ipam/prefixes/25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 25,
"url": "https://netbox.c3voc.de/api/ipam/prefixes/25/?format=api",
"display": "195.54.164.160/29",
"family": {
"value": 4,
"label": "IPv4"
},
"prefix": "195.54.164.160/29",
"site": {
"id": 2,
"url": "https://netbox.c3voc.de/api/dcim/sites/2/?format=api",
"display": "Alboin-Kontor",
"name": "Alboin-Kontor",
"slug": "alb"
},
"vrf": null,
"tenant": null,
"vlan": {
"id": 5,
"url": "https://netbox.c3voc.de/api/ipam/vlans/5/?format=api",
"display": "H_voc (67)",
"vid": 67,
"name": "H_voc"
},
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"is_pool": false,
"mark_utilized": false,
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2022-11-19T14:38:02.089249Z",
"last_updated": "2022-11-19T14:38:59.328736Z",
"children": 0,
"_depth": 0
}