Skip to main content
POST
Create a streaming pipeline definition

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

projectId
string<uuid>
required

The ID of the project in which to create the streaming pipeline definition

Body

application/json

The details of the streaming pipeline definition to create

agentId
string<uuid>
required

The ID of the agent that will run the streaming pipeline

Example:

"12345678-1234-1234-1234-123456789012"

name
string
required

The name of the streaming pipeline

Minimum string length: 1
Example:

"A Streaming Pipeline"

streamingSource
object
required

The details of the streaming source

streamingTarget
object
required

The details of the streaming target

advancedProperties
object

Any additional properties for the streaming pipeline

Example:

Response

Successfully created the streaming pipeline definition

advancedProperties
object

Any additional properties for the streaming pipeline

Example:
agentId
string<uuid>

The ID of the agent that will run the streaming pipeline

Example:

"12345678-1234-1234-1234-123456789012"

name
string

The name of the streaming pipeline

Example:

"A Streaming Pipeline"

projectId
string<uuid>

The ID of the project that contains the streaming pipeline definition

Example:

"12345678-1234-1234-1234-123456789012"

streamingPipelineId
string<uuid>

The ID of the streaming pipeline definition

Example:

"12345678-1234-1234-1234-123456789012"

streamingSource
object

The details of the streaming source

streamingTarget
object

The details of the streaming target