GET /api/ipam/ip-ranges/4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 4,
"url": "https://netbox.c3voc.de/api/ipam/ip-ranges/4/?format=api",
"display": "10.73.1.100-254/24",
"family": {
"value": 4,
"label": "IPv4"
},
"start_address": "10.73.1.100/24",
"end_address": "10.73.1.254/24",
"size": 155,
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"description": "AGS Hardware Mixer und Peripherie",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2024-12-28T11:26:36.436513Z",
"last_updated": "2024-12-28T11:26:36.436522Z",
"mark_utilized": false
}