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

{
    "id": 548,
    "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/548/?format=api",
    "display": "10.44.0.25/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "address": "10.44.0.25/24",
    "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": "lukas2511",
    "comments": "",
    "tags": [],
    "custom_fields": {
        "mac_address": null,
        "wg_additional_config": null,
        "wg_public_key": "aUzWlhIAhe9f0odVtFWiByJI+Eg8PsppHDSDcjUbGiU="
    },
    "created": "2024-03-30T21:13:51.709018Z",
    "last_updated": "2024-03-31T19:44:31.676309Z"
}