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

{
    "id": 70,
    "url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/70/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/70/?format=api",
    "display": "44.31.130.114/29",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "address": "44.31.130.114/29",
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "assigned_object_type": "dcim.interface",
    "assigned_object_id": 47,
    "assigned_object": {
        "id": 47,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/47/?format=api",
        "display": "ether3 (WB6ECE Network)",
        "device": {
            "id": 6,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/6/?format=api",
            "display": "kn6plv-allison-router",
            "name": "kn6plv-allison-router",
            "description": ""
        },
        "name": "ether3",
        "description": "",
        "cable": null,
        "_occupied": true
    },
    "nat_inside": null,
    "nat_outside": [],
    "dns_name": "",
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-07T21:31:14.111209Z",
    "last_updated": "2024-12-07T21:31:14.111234Z"
}