Channel Pause¶
To pause a channel that is currently in a running state call the URI http(s)://<qie_server>:<management_api_port>/channel/pause with the following payload:
Base JSON Payload Definition
| Node | Description |
|---|---|
| zoneName | REQUIRED: The name of the zone containing the channel. |
| channelName | REQUIRED: The name of the channel. |
| formatOutput | True if the response JSON should be formatted as human readable (default=false). |
The following response is received if the zone and channel are found, and the channel was successfully able to pause:
HTTP Status: 200
| Node | Description |
|---|---|
| message | This message indicates whether the channel was paused or if it was already paused. |
If there is an error finding the zone or channel or if there was an error pausing the channel, then the following response is received:
HTTP Status: 400
Example curl command: