GET /api/ipam/ip-addresses/69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 69,
"url": "https://netbox.bayareabackbone.com/api/ipam/ip-addresses/69/?format=api",
"display_url": "https://netbox.bayareabackbone.com/ipam/ip-addresses/69/?format=api",
"display": "44.31.128.222/30",
"family": {
"value": 4,
"label": "IPv4"
},
"address": "44.31.128.222/30",
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"assigned_object_type": "dcim.interface",
"assigned_object_id": 134,
"assigned_object": {
"id": 134,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/134/?format=api",
"display": "ether8 (WB6ECE Network)",
"device": {
"id": 18,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/18/?format=api",
"display": "blk-crs112",
"name": "blk-crs112",
"description": ""
},
"name": "ether8",
"description": "",
"cable": null,
"_occupied": true
},
"nat_inside": null,
"nat_outside": [],
"dns_name": "",
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2024-12-07T21:28:48.501840Z",
"last_updated": "2024-12-07T21:28:48.501861Z"
}