GET /api/ipam/ip-addresses/81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 81,
"url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/81/?format=api",
"display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/81/?format=api",
"display": "100.101.11.1/24",
"family": {
"value": 4,
"label": "IPv4"
},
"address": "100.101.11.1/24",
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"assigned_object_type": "dcim.interface",
"assigned_object_id": 277,
"assigned_object": {
"id": 277,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/277/?format=api",
"display": "gre (carpenter peak)",
"device": {
"id": 7,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/7/?format=api",
"display": "Berkeley Router",
"name": "Berkeley Router",
"description": ""
},
"name": "gre (carpenter peak)",
"description": "",
"cable": null,
"_occupied": false
},
"nat_inside": null,
"nat_outside": [],
"dns_name": "",
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2024-12-09T01:37:49.299239Z",
"last_updated": "2024-12-09T01:37:49.299267Z"
}