curl --location '/api/v1/device/group/detail/' \
--header 'x-token: {{x-token}}'{
"code": 200,
"message": "操作成功",
"data": {
"detail": {
"id": "b99ca133-0f1d-4f61-b8f4-884ecee09413",
"parent_id": "0",
"tier": 1,
"name": "温室01",
"description": "单温室演示分组",
"created_at": "2026-05-21T18:56:12.738411+08:00",
"updated_at": "2026-06-09T00:01:50.523533+08:00",
"remark": null,
"tenant_id": "63a4b529"
},
"statistics": {
"device_total": 7,
"online_total": 7,
"offline_total": 0,
"alarm_total": 0
},
"tier": {
"group_path": "温室01"
}
}
}