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

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