すべてのRESTエンドポイント
パイプライン管理
パイプライン管理 - エクスポート、インポート、リスト、パブリッシュ、パブリッシュ解除
- GGSAパイプラインのエクスポート
- メソッド: getパス:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/export
- GGSAアーティファクトのインポート
- メソッド: patchパス:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/artifacts/import
- GGSAパイプラインのリスト
- メソッド: getパス:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines
- GGSAパイプラインのパブリッシュ
- メソッド: patchパス:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/publish
- GGSAパイプラインのパブリッシュ解除
- メソッド: patchパス:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/unpublish
ユーザー管理
ユーザー管理 - 作成、リスト、取得、更新
- ユーザーの作成
- メソッド: postパス:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}
- ユーザーのリスト
- メソッド: getパス:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}
- ユーザーの取得
- メソッド: getパス:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}
- ユーザーの更新
- メソッド: patchパス:
https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}