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

{
    "id": 625,
    "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/625/?format=api",
    "display": "10.44.0.74/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "address": "10.44.0.74/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": "mstrigl_openSUSE",
    "comments": "",
    "tags": [],
    "custom_fields": {
        "mac_address": null,
        "wg_additional_config": null,
        "wg_public_key": "4xtWyApIyX5co5dHocq1IvgWjHnLivPgi6Kz0fU9Uk0="
    },
    "created": "2025-06-27T08:36:37.672427Z",
    "last_updated": "2025-06-27T08:36:37.672440Z"
}