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)))

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: подключение

API: мониторинг

API: статус веб-сервера

API: автоустановщик CMS

API: настройка бекапов

API: трансфер между серверами

API: антивирус

API: настройки сервера

API: управление веб-сервером

API: базы данных

API: пользовательские сертификаты

API: управление почтовыми ящиками

API: информация о сервере

API: почта

API: управление DNS-зонами

API: использование трафика

API: почтовые ящики клиента

API: установка веб-сервера

API: логирование

API: сервер имен

API: хост-аккаунты

API: менеджер приложений

API: сертификаты сервисов

API: CRON

API: менеджер процессов

API: сетевые инструменты

API: FTP-сервер

API: менеджер IP-адресов

API: средняя нагрузка

API: MySQL processlist