All REST Endpoints

Pipeline Management
Pipeline Management - Export, Import, List, Publish, Unpublish
Export a GGSA pipeline
Method: get
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/export
Import GGSA artifacts
Method: patch
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/artifacts/import
List GGSA pipelines
Method: get
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines
Publish a GGSA pipeline
Method: patch
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/publish
Unpublish a GGSA pipeline
Method: patch
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/unpublish
User Management
User Management - Create, List, Retrieve, Update
Create User
Method: post
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}
List Users
Method: get
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}
Retrieve User
Method: get
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}
Update User
Method: patch
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}