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

{
    "id": 46,
    "url": "https://netbox.c3voc.de/api/dcim/cables/46/?format=api",
    "display": "#46",
    "type": "",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 195,
            "object": {
                "id": 195,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/195/?format=api",
                "display": "ether17",
                "device": {
                    "id": 19,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/19/?format=api",
                    "display": "switch1-foh",
                    "name": "switch1-foh"
                },
                "name": "ether17",
                "cable": 46,
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 783,
            "object": {
                "id": 783,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/783/?format=api",
                "display": "ether1",
                "device": {
                    "id": 48,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/48/?format=api",
                    "display": "reciever 1",
                    "name": "reciever 1"
                },
                "name": "ether1",
                "cable": 46,
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "",
    "length": null,
    "length_unit": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2025-05-24T18:44:03.813864Z",
    "last_updated": "2025-05-24T18:49:15.943318Z"
}