GET /api/ipam/ip-ranges/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 1,
"url": "https://netbox.c3voc.de/api/ipam/ip-ranges/1/?format=api",
"display": "10.73.170.1-254/16",
"family": {
"value": 4,
"label": "IPv4"
},
"start_address": "10.73.170.1/16",
"end_address": "10.73.170.254/16",
"size": 254,
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"description": "router200 DHCP",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2022-07-23T18:38:22.612620Z",
"last_updated": "2024-03-25T16:33:45.924205Z",
"mark_utilized": false
}