GET /api/ipam/ip-addresses/31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 31,
"url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/31/?format=api",
"display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/31/?format=api",
"display": "100.100.22.1/24",
"family": {
"value": 4,
"label": "IPv4"
},
"address": "100.100.22.1/24",
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"assigned_object_type": "dcim.interface",
"assigned_object_id": 150,
"assigned_object": {
"id": 150,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/150/?format=api",
"display": "bridge",
"device": {
"id": 6,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/6/?format=api",
"display": "kn6plv-allison-router",
"name": "kn6plv-allison-router",
"description": ""
},
"name": "bridge",
"description": "",
"cable": null,
"_occupied": false
},
"nat_inside": null,
"nat_outside": [],
"dns_name": "",
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2024-12-06T00:56:36.751891Z",
"last_updated": "2024-12-06T00:56:36.751914Z"
}