/rebootGates
by Marco Lettieri | Gate Method detail
Method description
|
End point |
/rebootGates |
Description |
Sends a reboot command to each Gate specified in the submitted list |
Request method |
POST |
Bearer token |
Required |
Request
|
RequestParam |
None |
RequestBody |
[gate_id_1, gate_id_2, ..., gate_id_n]
|
Response
|
A JSONArray of the sent commands |
Example |
[{
"id":345,
"command_sent": true/false},
{
"id":7,
"command_sent": true/false
}
|
Fields |
Field name |
Description |
Type |
id |
Gate identifier |
Long |
command_sent |
Reboot command sent report |
Boolean |
|