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

{
    "id": 491,
    "url": "https://netbox.c3voc.de/api/ipam/ip-addresses/491/?format=api",
    "display": "10.73.200.21/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "address": "10.73.200.21/24",
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "assigned_object_type": "dcim.interface",
    "assigned_object_id": 147,
    "assigned_object": {
        "id": 147,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/147/?format=api",
        "display": "vlan3054",
        "device": {
            "id": 15,
            "url": "https://netbox.c3voc.de/api/dcim/devices/15/?format=api",
            "display": "fastly",
            "name": "fastly"
        },
        "name": "vlan3054",
        "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": "2023-01-12T12:34:21.616904Z",
    "last_updated": "2023-01-20T12:35:12.728957Z"
}