Start or Stop Destinations
Requests
PUT /api/destinations/[Destination ID]/actions
cookie: sessionID: [Session ID]
{
"name": "[command]"
}
Parameters
Name | Type | Description |
|---|---|---|
name |
| Command to issue to the destination. |
Response
{
"type": "PostOutputAction",
"message": "Output has been stopped successfully"
}