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

{
    "id": 698,
    "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/698/?format=api",
    "display_url": "https://netbox.c3voc.de/ipam/ip-addresses/698/?format=api",
    "display": "2a00:c380:c101:2800::1/64",
    "family": {
        "value": 6,
        "label": "IPv6"
    },
    "address": "2a00:c380:c101:2800::1/64",
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "reserved",
        "label": "Reserved"
    },
    "role": null,
    "assigned_object_type": null,
    "assigned_object_id": null,
    "assigned_object": null,
    "nat_inside": null,
    "nat_outside": [],
    "dns_name": "",
    "description": "router",
    "comments": "",
    "tags": [],
    "custom_fields": {
        "mac_address": null,
        "wg_additional_config": null,
        "wg_public_key": null
    },
    "created": "2025-12-19T21:51:24.857865Z",
    "last_updated": "2025-12-19T21:51:24.857877Z"
}