1.Send Kill Off command
2.Request parameters
2.1.Request header
You need to add “token” information in the request header.

If you do not add token information, you will not be able to pass identity authentication authentication.

2.2.Parameters example
{
"startTimestamp":1698747938000,
"endTimestamp":1698748938000
}
2.3.Parameters description
| Properties |
Type |
Description |
Required |
| startTimestamp |
long |
Millisecond timestamp of query start time (UTC) |
ture |
| endTimestamp |
long |
Millisecond timestamp of query end time (UTC) |
ture |
3.Responses result
3.1.Responses example
{
"code": 200,
"message": "Operation succeeded",
"data": null
}
3.2.Responses description
| Properties |
Type |
Description |
| code |
int |
result code(200:Operation succeeded;105:Operation failed |
| message |
String |
result message |
| data |
Object |
Result object |
Details of data when there is value
| Properties |
Type |
Description |
| terminalId |
String |
terminal Id |
| terminalNum |
String |
terminal Number |
| ruleId |
String |
rule identifier id |
| ruleName |
String |
rule name |
| dataType |
int |
push data type |
| pushTime |
String |
push date time(UTC+0) |
| pushTimestamp |
long |
push date time unix timestamp |
| clientURL |
String |
receive webhook url |
| pushContent |
String |
Push content JSON string,detiles: “WebHook Data” |
| responseStatus |
int |
receive webhook response status |
| responseResult |
String |
receive webhook response result,JSON String |
| execDuration |
int |
Time difference spent on push, in milliseconds |
| retryTimes |
int |
Number of attempts to push |
作者:admin 创建时间:2023-10-31 18:39
最后编辑:admin 更新时间:2023-10-31 18:51