GET /api/dcim/cables/40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 40,
"url": "https://netbox.c3voc.de/api/dcim/cables/40/?format=api",
"display": "#40",
"type": "power",
"a_terminations": [
{
"object_type": "dcim.poweroutlet",
"object_id": 17,
"object": {
"id": 17,
"url": "https://netbox.c3voc.de/api/dcim/power-outlets/17/?format=api",
"display": "7",
"device": {
"id": 11,
"url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
"display": "Redundancy",
"name": "Redundancy"
},
"name": "7",
"cable": 40,
"_occupied": true
}
}
],
"b_terminations": [
{
"object_type": "dcim.powerport",
"object_id": 17,
"object": {
"id": 17,
"url": "https://netbox.c3voc.de/api/dcim/power-ports/17/?format=api",
"display": "PSU2",
"device": {
"id": 2,
"url": "https://netbox.c3voc.de/api/dcim/devices/2/?format=api",
"display": "swt-colo-2",
"name": "swt-colo-2"
},
"name": "PSU2",
"cable": 40,
"_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:18:24.008360Z",
"last_updated": "2023-01-14T15:22:20.229635Z"
}