GET /api/ipam/ip-ranges/7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 7,
"url": "https://netbox.c3voc.de/api/ipam/ip-ranges/7/?format=api",
"display_url": "https://netbox.c3voc.de/ipam/ip-ranges/7/?format=api",
"display": "10.73.81.1-255/16",
"family": {
"value": 4,
"label": "IPv4"
},
"start_address": "10.73.81.1/16",
"end_address": "10.73.81.255/16",
"size": 255,
"vrf": null,
"tenant": 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",
"description": ""
},
"description": "router-muc",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2026-05-17T21:08:19.040727Z",
"last_updated": "2026-05-17T21:08:19.040741Z",
"mark_populated": false,
"mark_utilized": false
}