GET /api/ipam/ip-ranges/?format=api
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 3,
            "url": "https://netbox.c3voc.de/api/ipam/ip-ranges/3/?format=api",
            "display_url": "https://netbox.c3voc.de/ipam/ip-ranges/3/?format=api",
            "display": "10.73.96.100-199/16",
            "family": {
                "value": 4,
                "label": "IPv4"
            },
            "start_address": "10.73.96.100/16",
            "end_address": "10.73.96.199/16",
            "size": 100,
            "vrf": null,
            "tenant": null,
            "status": {
                "value": "active",
                "label": "Active"
            },
            "role": null,
            "description": "router96 DHCP",
            "comments": "",
            "tags": [],
            "custom_fields": {},
            "created": "2024-03-25T16:33:31.786128Z",
            "last_updated": "2024-03-25T16:33:31.786146Z",
            "mark_utilized": false
        },
        {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/ipam/ip-ranges/1/?format=api",
            "display_url": "https://netbox.c3voc.de/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
        },
        {
            "id": 4,
            "url": "https://netbox.c3voc.de/api/ipam/ip-ranges/4/?format=api",
            "display_url": "https://netbox.c3voc.de/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
        },
        {
            "id": 5,
            "url": "https://netbox.c3voc.de/api/ipam/ip-ranges/5/?format=api",
            "display_url": "https://netbox.c3voc.de/ipam/ip-ranges/5/?format=api",
            "display": "185.106.84.32-62/26",
            "family": {
                "value": 4,
                "label": "IPv4"
            },
            "start_address": "185.106.84.32/26",
            "end_address": "185.106.84.62/26",
            "size": 31,
            "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:29:13.002885Z",
            "last_updated": "2025-09-16T07:29:13.002899Z",
            "mark_utilized": false
        },
        {
            "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
        }
    ]
}