API: Process manager
From BrainyCP
(Redirected from API: менеджер процессов)
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: