GET /api/dcim/cables/28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 28,
"url": "https://netbox.c3voc.de/api/dcim/cables/28/?format=api",
"display": "storage 1",
"type": "mmf-om2",
"a_terminations": [
{
"object_type": "dcim.interface",
"object_id": 107,
"object": {
"id": 107,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/107/?format=api",
"display": "enp3s0f1",
"device": {
"id": 6,
"url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
"display": "storage",
"name": "storage"
},
"name": "enp3s0f1",
"cable": 28,
"_occupied": true
}
}
],
"b_terminations": [
{
"object_type": "dcim.interface",
"object_id": 54,
"object": {
"id": 54,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/54/?format=api",
"display": "XGE2/0/22",
"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/22",
"cable": 28,
"_occupied": true
}
}
],
"status": {
"value": "connected",
"label": "Connected"
},
"tenant": null,
"label": "storage 1",
"color": "ff5722",
"length": 2.0,
"length_unit": {
"value": "m",
"label": "Meters"
},
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2023-01-12T12:39:37.771817Z",
"last_updated": "2023-01-15T09:51:08.681232Z"
}