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

{
    "id": 541,
    "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/541/?format=api",
    "display": "10.73.96.200/16",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "address": "10.73.96.200/16",
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "assigned_object_type": "dcim.interface",
    "assigned_object_id": 177,
    "assigned_object": {
        "id": 177,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/177/?format=api",
        "display": "voc-intern",
        "device": {
            "id": 18,
            "url": "https://netbox.c3voc.de/api/dcim/devices/18/?format=api",
            "display": "switch96",
            "name": "switch96"
        },
        "name": "voc-intern",
        "cable": null,
        "_occupied": false
    },
    "nat_inside": null,
    "nat_outside": [],
    "dns_name": "",
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {
        "mac_address": null,
        "wg_additional_config": null,
        "wg_public_key": null
    },
    "created": "2024-03-24T10:08:14.933352Z",
    "last_updated": "2025-05-24T18:52:30.696104Z"
}