Difference between revisions of "API: Process manager"

From BrainyCP
Jump to: navigation, search
(Новая страница: « Администраторские функции требуют root-права API, чтобы использовать любой логин, размещен…»)
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  
Администраторские функции требуют root-права API, чтобы использовать любой логин, размещенный на сервере. Если root-прав нет, можно использовать только свой логин.
+
 
 
+
<div data-placeholder="Перевод" dir="ltr">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.</div> <div data-placeholder="Перевод" dir="ltr">Incoming data marked with an asterisk are required.</div>
Входящие данные, отмеченные звездочкой, обязательны для заполнения.
 
 
 
 
{| border="1" cellpadding="5"
 
{| border="1" cellpadding="5"
 
|-
 
|-
| <p dir="ltr" style="text-align: center;">'''Модуль'''</p>  
+
| <p dir="ltr" style="text-align: center;">'''Module'''</p>  
| <p dir="ltr" style="text-align: center;">'''Функция'''</p>  
+
| <p dir="ltr" style="text-align: center;">'''Function'''</p>  
| <p dir="ltr" style="text-align: center;">'''Входящие данные'''</p>  
+
| style="width: 312px;" | <p dir="ltr" style="text-align: center;">'''Incoming data'''</p>  
| <p dir="ltr" style="text-align: center;">'''Варианты ошибок'''</p>  
+
| style="width: 339px;" | <p dir="ltr" style="text-align: center;">'''Error variants'''</p>  
 
|-
 
|-
 
| style="vertical-align: top;" |  
 
| style="vertical-align: top;" |  
Line 15: Line 13:
  
 
| style="vertical-align: top;" |  
 
| style="vertical-align: top;" |  
Список процессов.
+
Listy of processes
  
 
list_processes
 
list_processes
  
 +
| style="vertical-align: top; width: 312px;" | <div data-placeholder="Перевод" dir="ltr">username (post or get) * - username;</div> <div data-placeholder="Перевод" dir="ltr">password (post or get) * - user password;</div> <div data-placeholder="Перевод" dir="ltr">server_info (post or get) * - constant, module name;</div> <div data-placeholder="Перевод" dir="ltr">list_processes (post or get) * - constant, operation name;</div> <div data-placeholder="Перевод" dir="ltr">language (post or get) - can take the value: en / ru (ru by default).</div>
 +
| style="vertical-align: top; width: 339px;" | <div data-placeholder="Перевод" dir="ltr">error: 0, mess: 'List of processes', detail [list_processing];</div> <div data-placeholder="Перевод" dir="ltr">error: 100, mess: 'The list of processes is empty';</div> <div data-placeholder="Перевод" dir="ltr">error: 400, mess: 'Unfortunately, the module is not available to you.'</div>
 +
|-
 
| style="vertical-align: top;" |  
 
| style="vertical-align: top;" |  
username (post или get)* — имя пользователя;
+
server_info
  
password (post или get)* — пароль пользователя;
+
| style="vertical-align: top;" | <div data-placeholder="Перевод" dir="ltr" id="tw-target-text">Kill process by ID / user / text.</div>
 +
kill_processes
  
server_info (post или get)* — константа, имя модуля;
+
| style="vertical-align: top; width: 312px;" | <div data-placeholder="Перевод" dir="ltr">username (post or get) * - username;</div> <div data-placeholder="Перевод" dir="ltr">password (post or get) * - user password;</div> <div data-placeholder="Перевод" dir="ltr">server_info (post or get) * - constant, module name;</div> <div data-placeholder="Перевод" dir="ltr">kill_processes (post or get) * - constant, operation name;</div> <div data-placeholder="Перевод" dir="ltr">id_pid (post or get) * - accepts the PID of the process;</div> <div data-placeholder="Перевод" dir="ltr">kill_filter (post or get) * - takes the PID of the process;</div> <div data-placeholder="Перевод" dir="ltr">language (post or get) - can take the value: en / ru (ru by default).</div>
 +
| style="vertical-align: top; width: 339px;" | <div data-placeholder="Перевод" dir="ltr">error: 0, mess: 'Command completed ..', detail [message_console];</div> <div data-placeholder="Перевод" dir="ltr">error: 0, mess: 'Processes killed by filter';</div> <div data-placeholder="Перевод" dir="ltr">error: 100, mess: 'Error killing process';</div> <div data-placeholder="Перевод" dir="ltr">error: 400, mess: 'Unfortunately, the module is not available to you.'</div>
 +
|}
  
list_processes (post или get)* — константа, имя операции;
+
Other useful articles:
  
language (post или get) — может принимать значение: en/ru (по умолчанию ru).
+
{| style="width: 995px;"
 +
|-
 +
| style="width: 274px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_connection <font><font>API: connection</font></font>]'''
 +
 
 +
| style="width: 309px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Monitoring <font><font>API: monitoring</font></font>]'''
 +
 
 +
| style="width: 390px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Webserver_status <font><font>API: web server status</font></font>]'''
  
| style="vertical-align: top;" |  
+
|-
error:0, mess:'Список процессов', detail [list_processing];
+
| style="width: 274px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_CMS_Autoinstaller <font><font>API: auto installer CMS</font></font>]'''
 +
 
 +
| style="width: 309px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Configuring_backups <font><font>API: configuring backups</font></font>]'''
 +
 
 +
| style="width: 390px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Transfer_between_servers <font><font>API: transfer between servers</font></font>]'''
 +
 
 +
|-
 +
| style="width: 274px;" |  
 +
'''[https://docs.brainycp.io/index.php/API:_Antivirus <font><font>API: antivirus</font></font>]'''
 +
 
 +
| style="width: 309px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Server_configuration <font><font>API: server settings</font></font>]'''
 +
 
 +
| style="width: 390px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Manage_webserver <font><font>API: web server management</font></font>]'''
 +
 
 +
|-
 +
| style="width: 274px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Databases <font><font>API: database</font></font>]'''
 +
 
 +
| style="width: 309px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_User_Certificates <font><font>API: custom certificates</font></font>]'''
 +
 
 +
| style="width: 390px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Managing_mailboxes <font><font>API: mailbox management</font></font>]'''
 +
 
 +
|-
 +
| style="width: 274px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Server_info <font><font>API: server information</font></font>]'''
  
error:100, mess:'Список процессов пуст';
+
| style="width: 309px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Mail <font><font>API: mail</font></font>]'''
  
error:400, mess:'К сожалению, модуль вам не доступен'.
+
| style="width: 390px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Manage_DNS-zones <font><font>API: DNS zone management</font></font>]'''
  
 
|-
 
|-
| style="vertical-align: top;" |  
+
| style="width: 274px;" |  
server_info
+
'''[https://docs.brainycp.io/index.php/API:_Traffic_usage <font><font>API: traffic usage</font></font>]'''
 +
 
 +
| style="width: 309px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Client_mail <font><font>API: client mailboxes</font></font>]'''
  
| style="vertical-align: top;" |  
+
| style="width: 390px;" |  
Убить процесс по ID/ пользователю/тексту.
+
'''[https://docs.brainycp.io/index.php/API:_Webserver_Installation <font><font>API: web server installation</font></font>]'''
  
kill_processes
+
|-
 +
| style="width: 274px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Logging <font><font>API: logging</font></font>]'''
  
| style="vertical-align: top;" |  
+
| style="width: 309px;" |  
username (post или get)* — имя пользователя;
+
'''[https://docs.brainycp.io/index.php/API:_Nameserver <font><font>API: name server</font></font>]'''
  
password (post или get)* — пароль пользователя;
+
| style="width: 390px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_host-accounts <font><font>API: host accounts</font></font>]'''
  
server_info (post или get)* — константа, имя модуля;
+
|-
 +
| style="width: 274px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_App_manager <font><font>API: application manager</font></font>]'''
  
kill_processes (post или get)* — константа, имя операции;
+
| style="width: 309px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Certificates_of_services <font><font>API: service certificates</font></font>]'''
  
id_pid (post или get)* — принимает PID процесса;
+
| style="width: 390px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_CRON <font><font>API: CRON</font></font>]'''
  
kill_filter (post или get)* — принимает PID процесса;
+
|-
 +
| style="width: 274px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Process_manager <font><font>API: process manager</font></font>]'''
  
language (post или get) — может принимать значение: en/ru (по умолчанию ru).
+
| style="width: 309px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Network_tools <font><font>API: network tools</font></font>]'''
  
| style="vertical-align: top;" |  
+
| style="width: 390px;" |  
error:0, mess:'Команда выполнена..', detail [message_console];
+
'''[https://docs.brainycp.io/index.php/API:_FTP-server <font><font>API: FTP server</font></font>]'''
  
error:0, mess:'Процессы по фильтру убиты';
+
|-
 +
| style="width: 274px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_IP-address_manager <font><font>API: IP address manager</font></font>]'''
  
error:100, mess:'Ошибка убийства процесса';
+
| style="width: 309px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_Load_average <font><font>API: average load</font></font>]'''
  
error:400, mess:'К сожалению, модуль вам не доступен'.
+
| style="width: 390px;" |
 +
'''[https://docs.brainycp.io/index.php/API:_MySQL_processlist <font><font>API: MySQL processlist</font></font>]'''
  
 
|}
 
|}

Latest revision as of 14:19, 17 November 2021

 

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

server_info

Listy of processes

list_processes

username (post or get) * - username;
password (post or get) * - user password;
server_info (post or get) * - constant, module name;
list_processes (post or get) * - constant, operation name;
language (post or get) - can take the value: en / ru (ru by default).
error: 0, mess: 'List of processes', detail [list_processing];
error: 100, mess: 'The list of processes is empty';
error: 400, mess: 'Unfortunately, the module is not available to you.'

server_info

Kill process by ID / user / text.

kill_processes

username (post or get) * - username;
password (post or get) * - user password;
server_info (post or get) * - constant, module name;
kill_processes (post or get) * - constant, operation name;
id_pid (post or get) * - accepts the PID of the process;
kill_filter (post or get) * - takes the PID of the process;
language (post or get) - can take the value: en / ru (ru by default).
error: 0, mess: 'Command completed ..', detail [message_console];
error: 0, mess: 'Processes killed by filter';
error: 100, mess: 'Error killing process';
error: 400, mess: 'Unfortunately, the module is not available to you.'

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