List GGSA pipelines

get

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

list GGSA pipelines

Request

Path Parameters
Query Parameters
  • filter out the pipelines based on its current state (e.g., published/unpublished)
    Example:
    published

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

List of GGSA pipelines.
Body ()
Root Schema : PipelineDetail
Type: object
Show Source
Nested Schema : tagnames
Type: array
List of tags defined for the GGSA Pipeline.
Show Source
Back to Top