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

{
    "id": 127,
    "url": "https://netbox.c3voc.de/api/dcim/interfaces/127/?format=api",
    "display": "IPMI",
    "device": {
        "id": 15,
        "url": "https://netbox.c3voc.de/api/dcim/devices/15/?format=api",
        "display": "fastly",
        "name": "fastly"
    },
    "vdcs": [],
    "module": null,
    "name": "IPMI",
    "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": true,
    "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": 17,
        "url": "https://netbox.c3voc.de/api/dcim/cables/17/?format=api",
        "display": "fastly IPMI",
        "label": "fastly IPMI"
    },
    "cable_end": "B",
    "wireless_link": null,
    "link_peers": [
        {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/1/?format=api",
            "display": "GE1/0/25",
            "device": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
                "display": "swt-colo-1",
                "name": "swt-colo-1"
            },
            "name": "GE1/0/25",
            "cable": 17,
            "_occupied": true
        }
    ],
    "link_peers_type": "dcim.interface",
    "wireless_lans": [],
    "vrf": null,
    "l2vpn_termination": null,
    "connected_endpoints": [
        {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/dcim/interfaces/1/?format=api",
            "display": "GE1/0/25",
            "device": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
                "display": "swt-colo-1",
                "name": "swt-colo-1"
            },
            "name": "GE1/0/25",
            "cable": 17,
            "_occupied": true
        }
    ],
    "connected_endpoints_type": "dcim.interface",
    "connected_endpoints_reachable": true,
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-03T13:37:20.536199Z",
    "last_updated": "2023-01-03T13:49:58.782228Z",
    "count_ipaddresses": 1,
    "count_fhrp_groups": 0,
    "_occupied": true
}