構成のRESTエンドポイント

Blockchain Platform管理操作/構成
次の操作を使用して、プラットフォーム構成を操作します。
デフォルトLDAPサーバーへのユーザーの追加
メソッド: post
パス: /api/v1/configuration/ldapConfig/defaultLdap/ldapUser
コントロール・プレーン構成の作成または更新
メソッド: post
パス: /api/v1/configuration/cpConfig/list
コントロール・プレーンのすべての構成の取得
メソッド: get
パス: /api/v1/configuration/cpConfig
コントロール・プレーン構成の取得
メソッド: get
パス: /api/v1/configuration/cpConfig/{configName}
LDAP構成の取得
メソッド: get
パス: /api/v1/configuration/ldapConfig/{id}
ログイン後の構成詳細の取得
メソッド: post
パス: /api/v1/configuration/auth
リリースのビルド情報の取得
メソッド: 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}