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

{
    "id": 20,
    "url": "https://netbox.c3voc.de/api/dcim/cables/20/?format=api",
    "display": "storage IPMI",
    "type": "cat6",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 4,
            "object": {
                "id": 4,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/4/?format=api",
                "display": "GE1/0/28",
                "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/28",
                "cable": 20,
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 112,
            "object": {
                "id": 112,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/112/?format=api",
                "display": "IPMI",
                "device": {
                    "id": 6,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
                    "display": "storage",
                    "name": "storage"
                },
                "name": "IPMI",
                "cable": 20,
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "storage IPMI",
    "color": "ff5722",
    "length": 1.5,
    "length_unit": {
        "value": "m",
        "label": "Meters"
    },
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-03T13:50:38.206747Z",
    "last_updated": "2023-01-15T09:48:03.339948Z"
}