GET /api/virtualization/interfaces/25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 25,
"url": "https://netbox.c3voc.de/api/virtualization/interfaces/25/?format=api",
"display": "ens19",
"virtual_machine": {
"id": 23,
"url": "https://netbox.c3voc.de/api/virtualization/virtual-machines/23/?format=api",
"display": "live",
"name": "live"
},
"name": "ens19",
"enabled": true,
"parent": null,
"bridge": null,
"mtu": null,
"mac_address": null,
"description": "",
"mode": null,
"untagged_vlan": null,
"tagged_vlans": [],
"vrf": null,
"l2vpn_termination": null,
"tags": [],
"custom_fields": {},
"created": "2023-08-18T17:59:03.405412Z",
"last_updated": "2023-08-18T17:59:03.405433Z",
"count_ipaddresses": 2,
"count_fhrp_groups": 0
}