1.Send disarm command
URL | https://apollo.aovx.com:1443/apollo/sendDisarmCommand |
---|---|
Description | Send disarm command |
Request mode | application/json |
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
{
"terminalId":"30DA0EE226914658BCEA4E6959BC3796"
}
2.3.Parameters description
Properties | Type | Description | Required |
---|---|---|---|
terminalId | String | Unique identifier of the device assigned by the system | 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;101:Service exception;102:Parameter error;103:Operation not permitted;104:Data already exists;105:Operation failed;106:Data does not exist;107: Device does not exist;108: Device is offline;109: Command sending timeout(The device failed to respond to the command within 15 seconds)) |
message | String | result message |
data | Object | Result object |
作者:admin 创建时间:2023-10-17 13:18
最后编辑:admin 更新时间:2023-10-31 18:39
最后编辑:admin 更新时间:2023-10-31 18:39