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

{
    "id": 2,
    "url": "https://netbox.c3voc.de/api/dcim/interfaces/2/?format=api",
    "display": "GE1/0/26",
    "device": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
        "display": "swt-colo-1",
        "name": "swt-colo-1"
    },
    "vdcs": [],
    "module": null,
    "name": "GE1/0/26",
    "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": 3,
        "url": "https://netbox.c3voc.de/api/ipam/vlans/3/?format=api",
        "display": "voc-intern (3504)",
        "vid": 3504,
        "name": "voc-intern"
    },
    "tagged_vlans": [],
    "mark_connected": false,
    "cable": {
        "id": 18,
        "url": "https://netbox.c3voc.de/api/dcim/cables/18/?format=api",
        "display": "cloudflare IPMI",
        "label": "cloudflare IPMI"
    },
    "cable_end": "A",
    "wireless_link": null,
    "link_peers": [
        {
            "id": 126,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/126/?format=api",
            "display": "IPMI",
            "device": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
                "display": "cloudflare",
                "name": "cloudflare"
            },
            "name": "IPMI",
            "cable": 18,
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.interface",
    "wireless_lans": [],
    "vrf": null,
    "l2vpn_termination": null,
    "connected_endpoints": [
        {
            "id": 126,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/126/?format=api",
            "display": "IPMI",
            "device": {
                "id": 14,
                "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
                "display": "cloudflare",
                "name": "cloudflare"
            },
            "name": "IPMI",
            "cable": 18,
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.interface",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2022-07-23T13:51:08.689337Z",
    "last_updated": "2023-01-03T13:50:16.701313Z",
    "count_ipaddresses": 0,
    "count_fhrp_groups": 0,
    "_occupied": true
}