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