Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/transpond/app/agent/list' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": null,
"data": [
{
"id": "c9d8ae1a-3246-442f-9fed-1f2adce5d03e",
"title": "监测数据",
"description": "从数据中心查询各个监测站点实时和历史过程数据",
"nick": "监测数据问答助手",
"prologue": "你好,我是您的实时数据助理,可以帮您从数据中心查询各个监测站点实时和历史过程数据,比如水库 、河道水位过程、降雨量、安全监测指标、水质状态、取水量情况等。在 查到 数据后,我会为您绘制数据图表,可视化数据变化趋势,助您精准四预。",
"choiceness": true
}
],
"ok": true
}