証明書のRESTエンドポイント
Service Manager/証明書
Service Manager/証明書カテゴリの操作。
- 名前付き証明書の追加
- メソッド: postパス:
/services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
- 名前付き証明書の削除
- メソッド: deleteパス:
/services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
- 名前付き証明書の置換
- メソッド: putパス:
/services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
- 使用可能な証明書タイプの取得
- メソッド: getパス:
/services/{version}/deployments/{deployment}/certificates
- 証明書の取得
- メソッド: getパス:
/services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
- 証明書情報の取得
- メソッド: getパス:
/services/{version}/certificates/{type}/{certificate}/info
- 証明書情報の取得
- メソッド: getパス:
/services/{version}/deployments/{deployment}/certificates/{type}/{certificate}/info
- 証明書タイプの取得
- メソッド: getパス:
/services/{version}/deployments/{deployment}/certificates/{type}