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

{
    "id": 45,
    "url": "https://netbox.c3voc.de/api/dcim/cables/45/?format=api",
    "display": "#45",
    "type": "",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 199,
            "object": {
                "id": 199,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/199/?format=api",
                "display": "ether21",
                "device": {
                    "id": 19,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/19/?format=api",
                    "display": "switch1-foh",
                    "name": "switch1-foh"
                },
                "name": "ether21",
                "cable": 45,
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 799,
            "object": {
                "id": 799,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/799/?format=api",
                "display": "ether5",
                "device": {
                    "id": 54,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/54/?format=api",
                    "display": "poe switch 1",
                    "name": "poe switch 1"
                },
                "name": "ether5",
                "cable": 45,
                "_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:43:44.839374Z",
    "last_updated": "2025-05-24T18:43:44.839389Z"
}