Query the number of Device alarms in the Plant

for example: http://api.shinemonitor.com/public/?sign=7f220b6f21d0b52d0452d9c66ffe1f4f84635b81&salt=2337424845041575962&token=91a6c87e89acbfb2fa482f3b02ee071ee58ea0293dd92f243a88ee51415f497f&action=queryPlantWarningCount&plantid=1&level=0&handle=false&source=0&_app_client_=android&_app_id_=com.demo.test&_app_version_=3.6.2.1

Parameter Description Required
action queryPlantWarningCount True
plantid Plant id True
devtype Device type False
level Alarm level, If this parameter is not passed, it indicates that you do not care False
handle Has it been processed, true? Processed: Not processed. If this parameter is not passed, it indicates that you do not care False
sdate Starting time(Plant time zone), format: yyyy-mm-dd hh:mi:ss, If this parameter is not passed, it indicates that you do not care False
edate Ending time(Plant time zone), format: yyyy-mm-dd hh:mi:ss, If this parameter is not passed, it indicates that you do not care, use semi open intervals when querying, like sdate <= date < edate False

response:

Parameter Description Required
count Number of alarms True
{
    "err":0,
    "desc":"ERR_NONE",
    "dat":{
       "count": 0
    }
}

Possible errors:

Response error code Description Details
0x0006 ERR_FORMAT_ERROR Parameter error
0x000B ERR_NO_PERMISSION No permission (the user does not have permission to operate the Plant)
0x0104 ERR_NOT_FOUND_PLANT Unable to find Plant
Copyright © eybond 2022 all right reserved,powered by Gitbook文档更新时间: 2023-07-18 10:27:34

results matching ""

    No results matching ""