GET /api/ipam/ip-addresses/35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 35,
"url": "https://netbox.c3voc.de/api/ipam/ip-addresses/35/?format=api",
"display": "10.73.1.4/16",
"family": {
"value": 4,
"label": "IPv4"
},
"address": "10.73.1.4/16",
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"assigned_object_type": "dcim.interface",
"assigned_object_id": 833,
"assigned_object": {
"id": 833,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/833/?format=api",
"display": "eth0",
"device": {
"id": 66,
"url": "https://netbox.c3voc.de/api/dcim/devices/66/?format=api",
"display": "infobeamer 1",
"name": "infobeamer 1"
},
"name": "eth0",
"cable": 48,
"_occupied": true
},
"nat_inside": null,
"nat_outside": [],
"dns_name": "",
"description": "infobeamer1",
"comments": "",
"tags": [],
"custom_fields": {
"mac_address": "b8:27:eb:c6:ba:0f",
"wg_additional_config": null,
"wg_public_key": null
},
"created": "2022-07-23T17:58:26.699035Z",
"last_updated": "2025-05-25T12:06:57.024824Z"
}