ログの管理のRESTエンドポイント
ログの管理
ログの管理
- デフォルトへのエージェント・ログ構成のリセット
- メソッド: putパス:
http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration/reset - デフォルトへのサーバー・ログ構成のリセット
- メソッド: putパス:
http://{host}:{port}/veridata/v1/services/logs/server/configuration/reset - エージェント・ログ構成の取得
- メソッド: getパス:
http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration - サーバー・ログ構成の取得
- メソッド: getパス:
http://{host}:{port}/veridata/v1/services/logs/server/configuration - サーバー・ログの取得
- メソッド: getパス:
http://{host}:{port}/veridata/v1/services/logs/server - エージェント・ログ構成の更新
- メソッド: patchパス:
http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration - サーバー・ログ構成の更新
- メソッド: patchパス:
http://{host}:{port}/veridata/v1/services/logs/server/configuration