v1

latestOpenAPI 3.1.02026-07-22106199311.5 KB
Streaming Pipelines

Execute a streaming pipeline command

Sends a request to the streaming agent to run the specified streaming pipeline command (e.g. start, stop)

post/v1/projects/{projectId}/streaming-pipelines/{streamingPipelineId}/commands

Path parameters

projectIdstring uuid required

The ID of the project that contains the streaming pipeline definition

streamingPipelineIdstring uuid required

The ID of the streaming pipeline definition to send the command to

Request body

command'START' | 'STOP' required

The command to be sent to the streaming agent

Response

Successfully executed streaming pipeline command