API: App manager

From BrainyCP
Revision as of 14:19, 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

packet_manager

List of applications.

list_applications

username (post или get)* — Username;

password (post или get)* — User password;

packet_manager (post или get)* —constant, module name;

list_applications (post или get)* — constant, operation name;

language (post или get) — can take the value: en/ru (by default ru).

error:0, mess:'List of applications', detail [array_application];

error:100, mess:'List of applications is empty';

error:400, mess:'Unfortunately, this module is not available for you'.

packet_manager

Installing application.

install_application

username (post или get)* — Username;

password (post или get)* — User password;

packet_manager (post или get)* — Constant, module name;

install_application (post или get)* — constant, operation name;

service (post или get)* — selecting a service;

language (post или get) — can take a value: en/ru (by default ru).

error:0, mess:'Command is performed', detail [id_stream];

error:100, mess:'The servise is set incorrectly', detail [array_service];

error:400, mess:'Unfortunately, this module is not available for you'.

packet_manager

Deleting application.

delete_application

username (post или get)* — Username;

password (post или get)* — User password;

packet_manager (post или get)* — кconstant, module name;

delete_application (post или get)* — constant, operation name;

service (post или get)* — selecting a service;

language (post или get) — can take a value: en/ru (by default ru).

error:0, mess:'Command is performed', detail [id_stream];

error:100, mess:'The serviced is incorrectly set', detail [array_service];

error:400, mess:'Unfortunately, this module is unavailable for you'.

packet_manager

Start / Stop / Restart / Adding to auto installer/ deleting from auto installer.

operation

username (post или get)* — Username;

password (post или get)* — user password;

packet_manager (post или get)* — constant, module name;

operation (post или get)* — constant, operation name;

service (post или get)* — selecting a service;

command (post или get)* — select a command:

autoload_true — add to auto installer;

autoload_false — remove from auto installer;

start — start service;

stop — stop service;

restart — restart service.

language (post или get) — can take a value: en/ru (by default ru).

error:0, mess:'Command is performed', detail [console message];

error:100, mess:'The command is entered incorrectly', detail [list of commands];

error:101, mess:'Error in performing the command';

error:400, mess:'Unfortunately, this module is unavailable for 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