GET /api/dcim/cables/26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 26,
"url": "https://netbox.c3voc.de/api/dcim/cables/26/?format=api",
"display": "akamai eno2",
"type": "dac-passive",
"a_terminations": [
{
"object_type": "dcim.interface",
"object_id": 137,
"object": {
"id": 137,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/137/?format=api",
"display": "eno2",
"device": {
"id": 13,
"url": "https://netbox.c3voc.de/api/dcim/devices/13/?format=api",
"display": "akamai",
"name": "akamai"
},
"name": "eno2",
"cable": 26,
"_occupied": true
}
}
],
"b_terminations": [
{
"object_type": "dcim.interface",
"object_id": 53,
"object": {
"id": 53,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/53/?format=api",
"display": "XGE2/0/21",
"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/21",
"cable": 26,
"_occupied": true
}
}
],
"status": {
"value": "connected",
"label": "Connected"
},
"tenant": null,
"label": "akamai eno2",
"color": "111111",
"length": 2.0,
"length_unit": {
"value": "m",
"label": "Meters"
},
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2023-01-12T12:39:04.292467Z",
"last_updated": "2023-01-15T09:50:52.000747Z"
}