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

{
    "id": 628,
    "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/628/?format=api",
    "display_url": "https://netbox.c3voc.de/ipam/ip-addresses/628/?format=api",
    "display": "10.73.1.204/16",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "address": "10.73.1.204/16",
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "assigned_object_type": "dcim.interface",
    "assigned_object_id": 847,
    "assigned_object": {
        "id": 847,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/847/?format=api",
        "display": "voc-intern",
        "device": {
            "id": 30,
            "url": "https://netbox.c3voc.de/api/dcim/devices/30/?format=api",
            "display": "switch1-lectern",
            "name": "switch1-lectern",
            "description": ""
        },
        "name": "voc-intern",
        "description": "",
        "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": "2025-07-16T20:25:41.475715Z",
    "last_updated": "2025-07-19T11:06:33.106485Z"
}