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

{
    "id": 52,
    "url": "https://netbox.c3voc.de/api/dcim/interfaces/52/?format=api",
    "display": "XGE2/0/20",
    "device": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/dcim/devices/2/?format=api",
        "display": "swt-colo-2",
        "name": "swt-colo-2"
    },
    "vdcs": [],
    "module": null,
    "name": "XGE2/0/20",
    "label": "",
    "type": {
        "value": "10gbase-x-sfpp",
        "label": "SFP+ (10GE)"
    },
    "enabled": true,
    "parent": null,
    "bridge": null,
    "lag": {
        "id": 121,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/121/?format=api",
        "display": "BAGG20",
        "device": {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
            "display": "swt-colo-1",
            "name": "swt-colo-1"
        },
        "name": "BAGG20",
        "cable": null,
        "_occupied": false
    },
    "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": {
        "id": 24,
        "url": "https://netbox.c3voc.de/api/dcim/cables/24/?format=api",
        "display": "cloudflare eno2",
        "label": "cloudflare eno2"
    },
    "cable_end": "B",
    "wireless_link": null,
    "link_peers": [
        {
            "id": 133,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/133/?format=api",
            "display": "eno2",
            "device": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
                "display": "cloudflare",
                "name": "cloudflare"
            },
            "name": "eno2",
            "cable": 24,
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.interface",
    "wireless_lans": [],
    "vrf": null,
    "l2vpn_termination": null,
    "connected_endpoints": [
        {
            "id": 133,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/133/?format=api",
            "display": "eno2",
            "device": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
                "display": "cloudflare",
                "name": "cloudflare"
            },
            "name": "eno2",
            "cable": 24,
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.interface",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T13:51:16.570088Z",
    "last_updated": "2022-07-24T15:12:48.329490Z",
    "count_ipaddresses": 0,
    "count_fhrp_groups": 0,
    "_occupied": true
}