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

{
    "id": 72,
    "url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/72/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/72/?format=api",
    "display": "65.49.70.251/31",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "address": "65.49.70.251/31",
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "assigned_object_type": "dcim.interface",
    "assigned_object_id": 9,
    "assigned_object": {
        "id": 9,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/9/?format=api",
        "display": "sfp-sfpplus8 (Hurricane Transit)",
        "device": {
            "id": 1,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/1/?format=api",
            "display": "kn6plv-he-switch",
            "name": "kn6plv-he-switch",
            "description": ""
        },
        "name": "sfp-sfpplus8",
        "description": "",
        "cable": {
            "id": 15,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/15/?format=api",
            "display": "1400.01.42 SW73P7 / 1500.06.51 HE5918001",
            "label": "1400.01.42 SW73P7 / 1500.06.51 HE5918001",
            "description": ""
        },
        "_occupied": true
    },
    "nat_inside": null,
    "nat_outside": [],
    "dns_name": "",
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T21:59:38.119734Z",
    "last_updated": "2024-12-07T21:59:38.119756Z"
}