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

{
    "id": 19,
    "url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/19/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/19/?format=api",
    "display": "100.100.2.2/24",
    "family": {
        "value": 4,
        "label": "IPv4"
    },
    "address": "100.100.2.2/24",
    "vrf": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "assigned_object_type": "dcim.interface",
    "assigned_object_id": 28,
    "assigned_object": {
        "id": 28,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/28/?format=api",
        "display": "Router (vlan4001)",
        "device": {
            "id": 1,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/1/?format=api",
            "display": "kn6plv-he-switch",
            "name": "kn6plv-he-switch",
            "description": ""
        },
        "name": "Router (vlan4001)",
        "description": "",
        "cable": null,
        "_occupied": false
    },
    "nat_inside": null,
    "nat_outside": [],
    "dns_name": "",
    "description": "Switch",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-05T23:29:03.845473Z",
    "last_updated": "2024-12-06T16:25:20.337717Z"
}