终端监控数量-小娇
管理端-终端监控数量
-
API路径:
idsp/api/sys/terminalconf/terminalConfStateCount
-
请求类型:
HTTP GET
-
请求头:
Content-Type:application/json;charset=UTF-8
token:1305482d6ab4e59311d0494b2a1edb28
- 请求体:
json
- 响应体:
json
{
"flag": 1,
"totalCount": 0,
"msg": null,
"data": {
"outCount": 离线,
"warnCount": 预警,
"normalCount": 正常,
"allCount": 全部,
"faultCount": 故障中
},
"extraRes": null
}
- 请求体测试数据:
json
- 响应体测试数据:
json
{
"flag": 1,
"totalCount": 0,
"msg": null,
"data": {
"outCount": 0,
"warnCount": 0,
"normalCount": 1,
"allCount": 1,
"faultCount": 0
},
"extraRes": null
}