Skip to main content
GET
Get 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 read the streaming pipeline definition

streamingPipelineId
string<uuid>
required

The ID of the streaming pipeline definition to read

Response

Successfully retrieved 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