RADIUS構成RESTエンドポイント
RADIUS構成
Oracle RADIUS Agent構成APIを使用すると、管理者はOracle RADIUS Agentの構成を管理できます。
- 構成の作成
- メソッド: postパス:
/radius-config/v1/configurations
- 0日目構成の作成
- メソッド: postパス:
/radius-config/v1/init
- アプリケーション構成の削除
- メソッド: deleteパス:
/radius-config/v1/configurations/{configType}/{applicationName}
- グローバル構成の削除
- メソッド: deleteパス:
/radius-config/v1/configurations/{configType}
- 管理ユーザーおよびグループの取得
- メソッド: getパス:
/radius-config/v1/radiusAdministrators
- 構成の取得
- メソッド: getパス:
/radius-config/v1/configurations
- シークレット・ストアのパスワードを取得します。
- メソッド: getパス:
/radius-config/v1/secretStorePassword/{type}
- 構成のリロード
- メソッド: getパス:
/radius-config/v1/configurations/reload
- 構成の更新
- メソッド: patchパス:
/radius-config/v1/configurations
- 構成の検証
- メソッド: postパス:
/radius-config/v1/validate