構成の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}