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

{
    "id": 22,
    "url": "https://netbox.c3voc.de/api/dcim/cables/22/?format=api",
    "display": "fastly eno2",
    "type": "dac-passive",
    "a_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 131,
            "object": {
                "id": 131,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/131/?format=api",
                "display": "eno2",
                "device": {
                    "id": 15,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/15/?format=api",
                    "display": "fastly",
                    "name": "fastly"
                },
                "name": "eno2",
                "cable": 22,
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.interface",
            "object_id": 51,
            "object": {
                "id": 51,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/51/?format=api",
                "display": "XGE2/0/19",
                "device": {
                    "id": 2,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/2/?format=api",
                    "display": "swt-colo-2",
                    "name": "swt-colo-2"
                },
                "name": "XGE2/0/19",
                "cable": 22,
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "fastly eno2",
    "color": "111111",
    "length": 2.0,
    "length_unit": {
        "value": "m",
        "label": "Meters"
    },
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-12T12:37:27.617425Z",
    "last_updated": "2023-01-15T09:50:34.161530Z"
}