device_sn_list 获取设备列表的异常状态信息。X-User-Token: ********************{}curl --location --request GET 'http://192.168.10.11:7012/api//openapi/v0.1/device/hms?device_sn_list=undefined' \
--header 'gis-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NzIwNzI1ODEsInVzZXJuYW1lIjoic3lhZG1pbiJ9._MztFZUO72f_nClLz-Yf-qcDFHOm-G_o1ZkJZplzSQU' \
--header 'x-tenant-id: 1011' \
--header 'x-access-token: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"code": 0,
"message": "OK",
"data": {
"list": [
{
"device_sn": "",
"device_hms": {
"list": [
{
"level": 0,
"module": 1,
"in_the_key": 0,
"status": 1,
"code": "",
"message": "",
"args": {}
}
]
}
}
]
}
}