HMS Information Retrieval
Developing
Health Management System (HMS) information retrieval, abnormal status information of the device list can be obtained by passing in device_sn_list.
Request
Body Params application/json
Request Code Samples
curl --location --request GET '/openapi/v0.1/device/hms' \
--header 'X-Request-Id;' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}' \
--header 'Content-Type: application/json' \
--data '{}'
Responses
application/json
{
"code": 0,
"message": "OK",
"data": {
"list": [
{
"device_sn": "",
"device_hms": {
"list": [
{
"level": 0,
"module": 1,
"in_the_key": 0,
"status": 1,
"code": "",
"message": "",
"args": {}
}
]
}
}
]
}
}
Modified at 2025-02-24 12:14:44