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