GET /api/ipam/ip-ranges/6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 6,
"url": "https://netbox.c3voc.de/api/ipam/ip-ranges/6/?format=api",
"display_url": "https://netbox.c3voc.de/ipam/ip-ranges/6/?format=api",
"display": "195.54.164.160-174/29",
"family": {
"value": 4,
"label": "IPv4"
},
"start_address": "195.54.164.160/29",
"end_address": "195.54.164.174/29",
"size": 15,
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": {
"id": 3,
"url": "https://netbox.c3voc.de/api/ipam/roles/3/?format=api",
"display": "Public",
"name": "Public",
"slug": "public",
"description": ""
},
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2025-09-16T07:31:21.837892Z",
"last_updated": "2025-09-16T07:31:21.837905Z",
"mark_utilized": false
}