デプロイメントのRESTエンドポイント
Service Manager/デプロイメント
WRITE ME
- デプロイメントの作成
- メソッド: postパス:
/services/{version}/deployments/{deployment}
- デプロイメントのリスト表示
- メソッド: getパス:
/services/{version}/deployments
- デプロイメントの削除
- メソッド: deleteパス:
/services/{version}/deployments/{deployment}
- デプロイメントの取得
- メソッド: getパス:
/services/{version}/deployments/{deployment}
- デプロイメントの更新
- メソッド: patchパス:
/services/{version}/deployments/{deployment}