POST /pipeline/launch
POST
/pipeline/launch
Depending on whether the pipeline ends with a sink, create the pipeline with a serve sink with the provided /pipeline/create parameters or notify that this pipeline is deployable for further action.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
cache_id
The identifier for the cache operator, which is inserted only
when this parameter is provided.
string
Example
4ada2434-32asfe2s cache_capacity
The maximum number of events to keep in the cache operator.
integer
Example
4000 cache_read_timeout
The time to live of the cache. Resets when reading from the cache.
string
Example
1min cache_write_timeout
The maximum time to live of the cache. Unlike the cache_read_timeout
parameter, this does not reset when reading from the cache.
string
Example
1h serve_id
The identifier for the serve operator.
string
Example
4ada2434-32asfe2s serve_buffer_size
The maximum number of events to keep in the serve operator.
integer
Example
4000Responses
Section titled “ Responses ”Success.