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

{
    "id": 71,
    "url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/71/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/71/?format=api",
    "display": "44.31.128.190/30",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "address": "44.31.128.190/30",
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "assigned_object_type": "dcim.interface",
    "assigned_object_id": 44,
    "assigned_object": {
        "id": 44,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/44/?format=api",
        "display": "sfp-sfpplus1 (WB6ECE Network)",
        "device": {
            "id": 5,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/5/?format=api",
            "display": "kn6plv-sanbruno-router",
            "name": "kn6plv-sanbruno-router",
            "description": ""
        },
        "name": "sfp-sfpplus1",
        "description": "",
        "cable": null,
        "_occupied": true
    },
    "nat_inside": null,
    "nat_outside": [],
    "dns_name": "",
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T21:32:40.302720Z",
    "last_updated": "2024-12-07T21:32:40.302744Z"
}