GET /api/ipam/ip-addresses/15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 15,
"url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/15/?format=api",
"display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/15/?format=api",
"display": "206.197.44.1/32",
"family": {
"value": 4,
"label": "IPv4"
},
"address": "206.197.44.1/32",
"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": "NAT & DNS",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2024-12-05T23:08:35.407616Z",
"last_updated": "2024-12-07T23:55:57.223511Z"
}