Manage Logs REST Endpoints

Manage Logs
Manage Logs
Reset Agent Log Configurations to Default
Method: put
Path: http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration/reset
Reset Server Log Configurations to Default
Method: put
Path: http://{host}:{port}/veridata/v1/services/logs/server/configuration/reset
Retrieve Agent Log Configurations
Method: get
Path: http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration
Retrieve Server Log Configurations
Method: get
Path: http://{host}:{port}/veridata/v1/services/logs/server/configuration
Retrieve Server Logs
Method: get
Path: http://{host}:{port}/veridata/v1/services/logs/server
Update Agent Log Configurations
Method: patch
Path: http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration
Update Server Log Configurations
Method: patch
Path: http://{host}:{port}/veridata/v1/services/logs/server/configuration