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

{
    "id": 17,
    "url": "https://netbox.c3voc.de/api/dcim/cables/17/?format=api",
    "display": "fastly IPMI",
    "type": "cat6",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 1,
            "object": {
                "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
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 127,
            "object": {
                "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"
                },
                "name": "IPMI",
                "cable": 17,
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "fastly IPMI",
    "color": "ff5722",
    "length": 1.5,
    "length_unit": {
        "value": "m",
        "label": "Meters"
    },
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-03T13:49:58.750678Z",
    "last_updated": "2023-01-15T09:47:00.877657Z"
}