Start or Stop Routes (v2)
Requests
PUT /api/routes/[Route ID]/actions
cookie: sessionID: [Session ID]
{
"name": "[command]"
}
Parameters
Name | Type | Description |
|---|---|---|
name |
| Command to issue to the route |
Response
{
"type": "PostRouteAction",
"message": "[Success message]"
}
Note
Status of the state property can be polled via the Get Device Configuration command. It may take several seconds to complete the command.