GET /api/ipam/ip-addresses/51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 51,
"url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/51/?format=api",
"display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/51/?format=api",
"display": "100.101.18.5/24",
"family": {
"value": 4,
"label": "IPv4"
},
"address": "100.101.18.5/24",
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"assigned_object_type": "dcim.interface",
"assigned_object_id": 217,
"assigned_object": {
"id": 217,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/217/?format=api",
"display": "eth0 (Ethernet)",
"device": {
"id": 36,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/36/?format=api",
"display": "CCCC AF to Wolfback",
"name": "CCCC AF to Wolfback",
"description": ""
},
"name": "eth0",
"description": "",
"cable": {
"id": 76,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/76/?format=api",
"display": "#76",
"label": "",
"description": ""
},
"_occupied": true
},
"nat_inside": null,
"nat_outside": [],
"dns_name": "",
"description": "CCCC to Wolfback",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2024-12-06T23:48:55.974724Z",
"last_updated": "2024-12-06T23:48:55.974797Z"
}