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

{
    "id": 147,
    "url": "https://netbox.c3voc.de/api/dcim/interfaces/147/?format=api",
    "display": "vlan3054",
    "device": {
        "id": 15,
        "url": "https://netbox.c3voc.de/api/dcim/devices/15/?format=api",
        "display": "fastly",
        "name": "fastly"
    },
    "vdcs": [],
    "module": null,
    "name": "vlan3054",
    "label": "",
    "type": {
        "value": "virtual",
        "label": "Virtual"
    },
    "enabled": true,
    "parent": null,
    "bridge": {
        "id": 142,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/142/?format=api",
        "display": "vmbr1",
        "device": {
            "id": 15,
            "url": "https://netbox.c3voc.de/api/dcim/devices/15/?format=api",
            "display": "fastly",
            "name": "fastly"
        },
        "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:52.528131Z",
    "last_updated": "2023-01-12T12:45:52.528148Z",
    "count_ipaddresses": 1,
    "count_fhrp_groups": 0,
    "_occupied": false
}