GET /api/ipam/ip-addresses/5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 5,
"url": "https://netbox.c3voc.de/api/ipam/ip-addresses/5/?format=api",
"display": "10.73.200.3/16",
"family": {
"value": 4,
"label": "IPv4"
},
"address": "10.73.200.3/16",
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"assigned_object_type": "dcim.interface",
"assigned_object_id": 125,
"assigned_object": {
"id": 125,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/125/?format=api",
"display": "IPMI",
"device": {
"id": 13,
"url": "https://netbox.c3voc.de/api/dcim/devices/13/?format=api",
"display": "akamai",
"name": "akamai"
},
"name": "IPMI",
"cable": 19,
"_occupied": true
},
"nat_inside": null,
"nat_outside": [],
"dns_name": "",
"description": "",
"comments": "",
"tags": [],
"custom_fields": {
"mac_address": null,
"wg_additional_config": null,
"wg_public_key": null
},
"created": "2022-07-23T15:23:37.827823Z",
"last_updated": "2023-01-12T12:33:48.526973Z"
}