Create data stream

Create Data Stream to your destination. Click on Examples to see available Data Streams and configuration parameters. Currently available `connection_types` are - `AwsKinesis` - `S3` - `RestAPI` - `KeenIO` - `Datadog` - `EventHubs` - `PubSub`

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Request

This endpoint expects an object.
namestringOptional
Descriptive name or purpose of the data stream
destinationobjectOptional
filterslist of objectsOptional
data_stream_typeanyOptional
relation_resolutionanyOptional
statusanyOptional

Response

Data stream has been successfully created.

Errors