GET /api/dcim/interfaces/173/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS, TRACE
Content-Type: application/json
Vary: Accept

{
    "id": 173,
    "url": "https://netbox.c3voc.de/api/dcim/interfaces/173/?format=api",
    "display": "ether23",
    "device": {
        "id": 18,
        "url": "https://netbox.c3voc.de/api/dcim/devices/18/?format=api",
        "display": "switch96",
        "name": "switch96"
    },
    "vdcs": [],
    "module": null,
    "name": "ether23",
    "label": "",
    "type": {
        "value": "1000base-t",
        "label": "1000BASE-T (1GE)"
    },
    "enabled": true,
    "parent": null,
    "bridge": null,
    "lag": null,
    "mtu": null,
    "mac_address": null,
    "speed": null,
    "duplex": null,
    "wwn": null,
    "mgmt_only": false,
    "description": "",
    "mode": {
        "value": "access",
        "label": "Access"
    },
    "rf_role": null,
    "rf_channel": null,
    "poe_mode": null,
    "poe_type": null,
    "rf_channel_frequency": null,
    "rf_channel_width": null,
    "tx_power": null,
    "untagged_vlan": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/ipam/vlans/2/?format=api",
        "display": "public (2241)",
        "vid": 2241,
        "name": "public"
    },
    "tagged_vlans": [],
    "mark_connected": false,
    "cable": null,
    "cable_end": "",
    "wireless_link": null,
    "link_peers": [],
    "link_peers_type": null,
    "wireless_lans": [],
    "vrf": null,
    "l2vpn_termination": null,
    "connected_endpoints": null,
    "connected_endpoints_type": null,
    "connected_endpoints_reachable": null,
    "tags": [],
    "custom_fields": {},
    "created": "2024-03-24T10:06:16.322300Z",
    "last_updated": "2025-03-17T18:29:37.156117Z",
    "count_ipaddresses": 0,
    "count_fhrp_groups": 0,
    "_occupied": false
}