構成のRESTエンドポイント
Blockchain Platform管理操作/構成
次の操作を使用して、プラットフォーム構成を操作します。
- LDAP構成の作成
- メソッド: postパス:
/api/v1/configuration/ldapConfig
- コントロール・プレーン構成の作成または更新
- メソッド: postパス:
/api/v1/configuration/cpConfig/list
- コントロール・プレーン構成の削除
- メソッド: deleteパス:
/api/v1/configuration/cpConfig/{configName}
- LDAP構成の削除
- メソッド: deleteパス:
/api/v1/configuration/ldapConfig/{id}
- コントロール・プレーンのすべての構成の取得
- メソッド: getパス:
/api/v1/configuration/cpConfig
- コントロール・プレーン構成の取得
- メソッド: getパス:
/api/v1/configuration/cpConfig/{configName}
- LDAP構成の取得
- メソッド: getパス:
/api/v1/configuration/ldapConfig/{id}
- リリースのビルド情報の取得
- メソッド: getパス:
/api/v1/configuration/release/buildInfo
- LDAP構成のリスト
- メソッド: getパス:
/api/v1/configuration/ldapConfig
- コントロール・プレーン構成の保存または更新
- メソッド: postパス:
/api/v1/configuration/cpConfig
- LDAP構成のテスト
- メソッド: postパス:
/api/v1/configuration/ldapConfig/test
- LDAP構成の更新
- メソッド: postパス:
/api/v1/configuration/ldapConfig/{id}