GET /api/ipam/ip-addresses/90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 90,
"url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/90/?format=api",
"display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/90/?format=api",
"display": "100.101.2.12/24",
"family": {
"value": 4,
"label": "IPv4"
},
"address": "100.101.2.12/24",
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"assigned_object_type": null,
"assigned_object_id": null,
"assigned_object": null,
"nat_inside": null,
"nat_outside": [],
"dns_name": "",
"description": "Wave Nano @ Allison -> Hurricane Electric",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2025-02-08T06:51:18.525888Z",
"last_updated": "2025-07-08T05:14:22.589882Z"
}