Create stream

Create a new stream. A stream is a target for high volume data ingestion, with data shaped by the Data Modeling concepts.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

Stream to create.

required
Array of objects (streamItems)

List of streams.

Responses
201

Stream created.

400

The response for a bad request.

409

Stream with the requested ID is already exist.

post/streams
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}