POST Start: Start One or More Channels
Start one or more channels. If the specified channels are currently idle on their nodes, then they will start. If the channels are currently running, they simply continue running.
The channel must be in a state that allows it to be started. To check the status, use GET Channel. For information on the status, see Channel Status Elements.
HTTP Request and Response
Request URL
POST http://<Conductor IP address>/channels/start
Call Header
-
Accept: Set to application/xml
-
Content-Type: Set to application/xml
If you are implementing user authentication, you must also include three authorization headers; see Header Content for User Authentication.
Request Body
The request contains XML content consisting of one
channel_ids element (of type “array”) with the
following.
-
One or more
channel_idelements, one for each channel to start.
Response
The response contains XML content consisting of one
task_report element, containing the same elements as the
response for GET
One Task Report. The failed count and success count may both
specify 0. The entire element may be missing, indicating that no actions
have been performed yet.