Send command to an output connector.
Required role: write or higher.
| Path Parameters |
|---|
pipeline_name string — REQUIREDUnique pipeline name |
view_name string — REQUIREDSQL view name |
connector_name string — REQUIREDOutput connector name |
| Request Body — REQUIRED Command to send to the output connector |
|---|
| object |
| Responses | ||||
|---|---|---|---|---|
200Command has been processed. Response contains the result of the command.
| ||||
400Command is not supported by the output connector or the connector failed to execute the command
| ||||
404Pipeline, view and/or output connector with that name does not exist
| ||||
500
| ||||
503
|