Export a GGSA pipeline

get

https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/export

Export a GGSA pipeline along with other artifacts (e.g., connection, stream, target etc.) that the pipeline depends on as an archive (binary stream).

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successfully exported the pipeline.

404 Response

Pipeline not found.

409 Response

Incorrect state / conflict.
Back to Top