GET /api/ipam/prefixes/31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 31,
"url": "https://netbox.c3voc.de/api/ipam/prefixes/31/?format=api",
"display": "10.73.128.0/24",
"family": {
"value": 4,
"label": "IPv4"
},
"prefix": "10.73.128.0/24",
"site": {
"id": 1,
"url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
"display": "Event",
"name": "Event",
"slug": "event"
},
"vrf": null,
"tenant": null,
"vlan": null,
"status": {
"value": "active",
"label": "Active"
},
"role": {
"id": 2,
"url": "https://netbox.c3voc.de/api/ipam/roles/2/?format=api",
"display": "Internal",
"name": "Internal",
"slug": "internal"
},
"is_pool": false,
"mark_utilized": false,
"description": "FrOSCon",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2023-08-05T12:26:42.846211Z",
"last_updated": "2023-08-18T18:05:32.319133Z",
"children": 0,
"_depth": 1
}