Launch a new pipeline
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
Request Body required
object
cache_id
The identifier for the cache
operator, which is inserted only
when this parameter is provided.
string
4ada2434-32asfe2s
cache_capacity
The maximum number of events to keep in the cache
operator.
integer
4000
cache_read_timeout
The time to live of the cache. Resets when reading from the cache.
string
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
1h
serve_id
The identifier for the serve
operator.
string
4ada2434-32asfe2s
serve_buffer_size
The maximum number of events to keep in the serve
operator.
integer
4000
Responses
200
Success.