GET /api/ipam/ip-addresses/9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 9,
"url": "https://netbox.c3voc.de/api/ipam/ip-addresses/9/?format=api",
"display": "10.73.2.1/16",
"family": {
"value": 4,
"label": "IPv4"
},
"address": "10.73.2.1/16",
"vrf": null,
"tenant": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"assigned_object_type": null,
"assigned_object_id": null,
"assigned_object": null,
"nat_inside": null,
"nat_outside": [],
"dns_name": "",
"description": "mixer2",
"comments": "",
"tags": [],
"custom_fields": {
"mac_address": "48:2a:e3:22:8c:04",
"wg_additional_config": null,
"wg_public_key": null
},
"created": "2022-07-23T17:50:34.007356Z",
"last_updated": "2024-08-16T11:25:12.242236Z"
}