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.
name
Descriptive name or purpose of the data stream
destination
filters
data_stream_type
relation_resolution
status
Response headers
Location
Relative location of the newly created data stream configuration.
Response
Data stream has been successfully created.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error