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

{
    "id": 36,
    "url": "https://netbox.c3voc.de/api/dcim/cables/36/?format=api",
    "display": "#36",
    "type": "power",
    "a_terminations": [
        {
            "object_type": "dcim.poweroutlet",
            "object_id": 11,
            "object": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/power-outlets/11/?format=api",
                "display": "1",
                "device": {
                    "id": 11,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
                    "display": "Redundancy",
                    "name": "Redundancy"
                },
                "name": "1",
                "cable": 36,
                "_occupied": true
            }
        }
    ],
    "b_terminations": [
        {
            "object_type": "dcim.powerport",
            "object_id": 12,
            "object": {
                "id": 12,
                "url": "https://netbox.c3voc.de/api/dcim/power-ports/12/?format=api",
                "display": "PSU1",
                "device": {
                    "id": 6,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
                    "display": "storage",
                    "name": "storage"
                },
                "name": "PSU1",
                "cable": 36,
                "_occupied": true
            }
        }
    ],
    "status": {
        "value": "connected",
        "label": "Connected"
    },
    "tenant": null,
    "label": "",
    "color": "ffffff",
    "length": 1.0,
    "length_unit": {
        "value": "m",
        "label": "Meters"
    },
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2023-01-14T15:17:32.014032Z",
    "last_updated": "2023-01-14T15:22:20.160084Z"
}