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

{
    "id": 54,
    "url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/54/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/54/?format=api",
    "display": "100.101.12.4/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "address": "100.101.12.4/24",
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "assigned_object_type": "dcim.interface",
    "assigned_object_id": 235,
    "assigned_object": {
        "id": 235,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/235/?format=api",
        "display": "eth0 (Ethernet)",
        "device": {
            "id": 42,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/42/?format=api",
            "display": "K0DYY-SM-to-San-Bruno",
            "name": "K0DYY-SM-to-San-Bruno",
            "description": ""
        },
        "name": "eth0",
        "description": "",
        "cable": null,
        "_occupied": false
    },
    "nat_inside": null,
    "nat_outside": [],
    "dns_name": "",
    "description": "Swallow to SBM7",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-06T23:52:40.269635Z",
    "last_updated": "2025-06-07T20:33:06.562982Z"
}