API: Logging
From BrainyCP
Revision as of 13:17, 26 July 2021 by Alenka (talk | contribs) (Protected "API: Logging" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Administrative functions require API root rights in order to use any login hosted on the server. If you do not have root rights, you can only use your login.
Incoming data marked with an asterisk are required.
Module |
Function |
Incoming data |
Error variants |
logging |
Show list of user logs. show_log_list |
username (post or get) * - username; password (post or get) * - user password; logging (post or get) * - constant, module name; show_log_list (post or get) * - constant, operation name; language (post or get) - can take the value: en / ru (ru by default).
|
error: 0, mess: 'Array of the list of logs', detail; error: 100, mess: 'The array of the list of logs is empty'; error: 400, mess: 'You do not have sufficient rights. Remove user_edit '.
|
logging |
View log with incoming data. show_log |
username (post or get) * - username; password (post or get) * - user password; logging (post or get) * - constant, module name; show_log (post or get) * - constant, operation name; path (post or get) * - path to the log file; from (post or get) - read from line number (default = 0); to (post or get) - read the number of lines (default = 200); search_string (post or get) * - search in the log (default =); language (post or get) - can take the value: en / ru (ru by default).
|
error: 0, mess: 'Reading the log file', detail: list_file_log; error: 101, mess: 'The variable from or to is not a number'; error: 100, mess: 'The log file is empty or not there'; error: 102, mess: 'Incorrect path specified.', detail: [array_list log]; error: 400, mess: 'You do not have sufficient rights. Remove user_edit '.
|
Other useful articles: