Manage Logs REST Endpoints
Manage Logs
Manage Logs
- Reset Agent Log Configurations to Default
- Method: putPath:
http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration/reset - Reset Server Log Configurations to Default
- Method: putPath:
http://{host}:{port}/veridata/v1/services/logs/server/configuration/reset - Retrieve Agent Log Configurations
- Method: getPath:
http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration - Retrieve Server Log Configurations
- Method: getPath:
http://{host}:{port}/veridata/v1/services/logs/server/configuration - Retrieve Server Logs
- Method: getPath:
http://{host}:{port}/veridata/v1/services/logs/server - Update Agent Log Configurations
- Method: patchPath:
http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration - Update Server Log Configurations
- Method: patchPath:
http://{host}:{port}/veridata/v1/services/logs/server/configuration