GET /api/ipam/ip-addresses/617/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 617,
"url": "https://netbox.c3voc.de/api/ipam/ip-addresses/617/?format=api",
"display": "10.73.1.22/16",
"family": {
"value": 4,
"label": "IPv4"
},
"address": "10.73.1.22/16",
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"assigned_object_type": "dcim.interface",
"assigned_object_id": 783,
"assigned_object": {
"id": 783,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/783/?format=api",
"display": "ether1",
"device": {
"id": 48,
"url": "https://netbox.c3voc.de/api/dcim/devices/48/?format=api",
"display": "reciever 1",
"name": "reciever 1"
},
"name": "ether1",
"cable": 46,
"_occupied": true
},
"nat_inside": null,
"nat_outside": [],
"dns_name": "",
"description": "Microphone Receiver",
"comments": "",
"tags": [],
"custom_fields": {
"mac_address": null,
"wg_additional_config": null,
"wg_public_key": null
},
"created": "2025-05-25T12:51:05.054221Z",
"last_updated": "2025-06-20T09:09:03.073970Z"
}