LogCenter
This API is not documented yet.
Overview​
Interface for Synology Log Center API.
Provides methods to interact with log center features such as retrieving logs, client status, remote archives, and storage settings.
Methods​
logcenter
​
Retrieve the list of log center receive rules.
Internal API​
SYNO.LogCenter.RecvRule
Returns​
dict[str, object] or str
The API response containing the receive rules or an error message.
client_status_cnt
​
Retrieve the count status from the syslog client.
Internal API​
SYNO.Core.SyslogClient.Status
Returns​
dict[str, object] or str
The API response containing the count status or an error message.
client_status_eps
​
Retrieve the EPS (events per second) status from the syslog client.
Internal API​
SYNO.Core.SyslogClient.Status
Returns​
dict[str, object] or str
The API response containing the EPS status or an error message.
remote_log_archives
​
Retrieve the list of remote log archive subfolders.
Internal API​
SYNO.LogCenter.Log
Returns​
dict[str, object] or str
The API response containing remote archive subfolders or an error message.
display_logs
​
Retrieve the list of logs from the syslog client.
Internal API​
SYNO.Core.SyslogClient.Log
Returns​
dict[str, object] or str
The API response containing the logs or an error message.
setting_storage_list
​
Retrieve the log center storage settings.
Internal API​
SYNO.LogCenter.Setting.Storage
Returns​
dict[str, object] or str
The API response containing storage settings or an error message.
registry_send_list
​
Retrieve the list of log center client registry send settings.
Internal API​
SYNO.LogCenter.Client
Returns​
dict[str, object] or str
The API response containing registry send settings or an error message.
history
​
Retrieve the log center history.
Internal API​
SYNO.LogCenter.History
Returns​
dict[str, object] or str
The API response containing the log center history or an error message.