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

{
    "id": 466,
    "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/466/?format=api",
    "display": "2001:67c:20a0:e::171/64",
    "family": {
        "value": 6,
        "label": "IPv6"
    },
    "address": "2001:67c:20a0:e::171/64",
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "assigned_object_type": null,
    "assigned_object_id": null,
    "assigned_object": null,
    "nat_inside": null,
    "nat_outside": [],
    "dns_name": "",
    "description": "ovpnfcmc",
    "comments": "",
    "tags": [],
    "custom_fields": {
        "mac_address": null,
        "wg_additional_config": null,
        "wg_public_key": null
    },
    "created": "2022-11-19T14:54:18.922926Z",
    "last_updated": "2022-11-19T14:54:18.922936Z"
}