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

{
    "id": 458,
    "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/458/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/interfaces/458/?format=api",
    "display": "vlan1100 (peninsula)",
    "device": {
        "id": 5,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/5/?format=api",
        "display": "kn6plv-sanbruno-router",
        "name": "kn6plv-sanbruno-router",
        "description": ""
    },
    "vdcs": [],
    "module": null,
    "name": "vlan1100 (peninsula)",
    "label": "",
    "type": {
        "value": "virtual",
        "label": "Virtual"
    },
    "enabled": true,
    "parent": null,
    "bridge": null,
    "lag": null,
    "mtu": null,
    "mac_address": null,
    "primary_mac_address": null,
    "mac_addresses": [],
    "speed": null,
    "duplex": null,
    "wwn": null,
    "mgmt_only": false,
    "description": "",
    "mode": {
        "value": "tagged",
        "label": "Tagged"
    },
    "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": null,
    "tagged_vlans": [
        {
            "id": 31,
            "url": "https://netbox.bayareabackbone.com/api/ipam/vlans/31/?format=api",
            "display": "Peninsula (1100)",
            "vid": 1100,
            "name": "Peninsula",
            "description": ""
        }
    ],
    "qinq_svlan": null,
    "vlan_translation_policy": null,
    "mark_connected": false,
    "cable": null,
    "cable_end": null,
    "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": "2025-06-07T20:47:45.688769Z",
    "last_updated": "2025-06-07T20:48:02.824417Z",
    "count_ipaddresses": 1,
    "count_fhrp_groups": 0,
    "_occupied": false
}