Pipeline Management REST Endpoints
Pipeline Management
Pipeline Management - Export, Import, List, Publish, Unpublish
- Export a GGSA pipeline
- Method: getPath:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/export - Import GGSA artifacts
- Method: patchPath:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/artifacts/import - List GGSA pipelines
- Method: getPath:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines - Publish a GGSA pipeline
- Method: patchPath:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/publish - Unpublish a GGSA pipeline
- Method: patchPath:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/unpublish