device_sn_list to get the list of devices' abnormal status information.X-User-Token: ********************{}curl --location --request GET '/openapi/v0.1/device/hms' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 0,
"message": "OK",
"data": {
"list": [
{
"device_sn": "",
"device_hms": {
"list": [
{
"level": 0,
"module": 1,
"in_the_key": 0,
"status": 1,
"code": "",
"message": "",
"args": {}
}
]
}
}
]
}
}