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

{
    "id": 146,
    "url": "https://netbox.c3voc.de/api/dcim/interfaces/146/?format=api",
    "display": "vlan3054",
    "device": {
        "id": 14,
        "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
        "display": "cloudflare",
        "name": "cloudflare"
    },
    "vdcs": [],
    "module": null,
    "name": "vlan3054",
    "label": "",
    "type": {
        "value": "virtual",
        "label": "Virtual"
    },
    "enabled": true,
    "parent": null,
    "bridge": {
        "id": 145,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/145/?format=api",
        "display": "vmbr1",
        "device": {
            "id": 14,
            "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
            "display": "cloudflare",
            "name": "cloudflare"
        },
        "name": "vmbr1",
        "cable": null,
        "_occupied": false
    },
    "lag": null,
    "mtu": null,
    "mac_address": null,
    "speed": null,
    "duplex": null,
    "wwn": null,
    "mgmt_only": false,
    "description": "",
    "mode": null,
    "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": [],
    "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": "2023-01-12T12:45:29.291854Z",
    "last_updated": "2023-01-12T12:45:29.291875Z",
    "count_ipaddresses": 1,
    "count_fhrp_groups": 0,
    "_occupied": false
}