Change the desired state of an input endpoint.
The following values of the action
argument are accepted by this endpoint:
- 'start': Start processing data.
- 'pause': Pause the pipeline.
Path Parameters |
---|
pipeline_name string — REQUIREDUnique pipeline name |
endpoint_name string — REQUIREDInput endpoint name |
action string — REQUIREDEndpoint action [start, pause] |
Responses | ||||
---|---|---|---|---|
202 Request accepted. | ||||
404 Specified endpoint does not exist.
|