Define and deploy a new stream.

POST {{baseUrl}}/streams/definitions

Here you can define a new stream and you can deploy with one API call. The stream name must be unique. You have to specify the content type. You have to use application/json content type.

Request Body

{"name"=>"<string>", "definition"=>"<string>", "deploy"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

&quot;&quot;