API: Logging

From BrainyCP
Revision as of 14:18, 17 November 2021 by Alenka (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

 

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:

API: connection

API: monitoring

API: web server status

API: auto installer CMS

API: configuring backups

API: transfer between servers

API: antivirus

API: server settings

API: web server management

API: database

API: custom certificates

API: mailbox management

API: server information

API: mail

API: DNS zone management

API: traffic usage

API: client mailboxes

API: web server installation

API: logging

API: name server

API: host accounts

API: application manager

API: service certificates

API: CRON

API: process manager

API: network tools

API: FTP server

API: IP address manager

API: average load

API: MySQL processlist