GET /api/dcim/cables/27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 27,
"url": "https://netbox.c3voc.de/api/dcim/cables/27/?format=api",
"display": "storage 0",
"type": "mmf-om2",
"a_terminations": [
{
"object_type": "dcim.interface",
"object_id": 106,
"object": {
"id": 106,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/106/?format=api",
"display": "enp3s0f0",
"device": {
"id": 6,
"url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
"display": "storage",
"name": "storage"
},
"name": "enp3s0f0",
"cable": 27,
"_occupied": true
}
}
],
"b_terminations": [
{
"object_type": "dcim.interface",
"object_id": 26,
"object": {
"id": 26,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/26/?format=api",
"display": "XGE1/0/22",
"device": {
"id": 1,
"url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
"display": "swt-colo-1",
"name": "swt-colo-1"
},
"name": "XGE1/0/22",
"cable": 27,
"_occupied": true
}
}
],
"status": {
"value": "connected",
"label": "Connected"
},
"tenant": null,
"label": "storage 0",
"color": "ff5722",
"length": 2.0,
"length_unit": {
"value": "m",
"label": "Meters"
},
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2023-01-12T12:39:25.607294Z",
"last_updated": "2023-01-15T09:51:00.529657Z"
}