Difference between revisions of "API: CMS Autoinstaller"

From BrainyCP
Jump to: navigation, search
Line 172: Line 172:
  
 
| style="width: 360px;" |  
 
| style="width: 360px;" |  
'''[https://docs.brainycp.io/index.php/API:_мониторинг API: мониторинг]'''
+
'''[https://docs.brainycp.io/index.php/API:_мониторинг API: monitoring]'''
  
 
| style="width: 447px;" |  
 
| style="width: 447px;" |  
Line 182: Line 182:
  
 
| style="width: 360px;" |  
 
| style="width: 360px;" |  
'''[https://docs.brainycp.io/index.php/API:_настройка_бекапов API: настройка бекапов]'''
+
'''[https://docs.brainycp.io/index.php/API:_настройка_бекапов API: configuring backups]'''
  
 
| style="width: 447px;" |  
 
| style="width: 447px;" |  
Line 199: Line 199:
 
|-
 
|-
 
| style="width: 363px;" |  
 
| style="width: 363px;" |  
'''[https://docs.brainycp.io/index.php/API:_базы_данных API: базы данных]'''
+
'''[https://docs.brainycp.io/index.php/API:_базы_данных API: database]'''
  
 
| style="width: 360px;" |  
 
| style="width: 360px;" |  
Line 209: Line 209:
 
|-
 
|-
 
| style="width: 363px;" |  
 
| style="width: 363px;" |  
'''[https://docs.brainycp.io/index.php/API:_информация_о_сервере API: информация о сервере]'''
+
'''[https://docs.brainycp.io/index.php/API:_информация_о_сервере API: server information]'''
  
 
| style="width: 360px;" |  
 
| style="width: 360px;" |  
Line 219: Line 219:
 
|-
 
|-
 
| style="width: 363px;" |  
 
| style="width: 363px;" |  
'''[https://docs.brainycp.io/index.php/API:_использование_трафика API: использование трафика]'''
+
'''[https://docs.brainycp.io/index.php/API:_использование_трафика API: traffic usage]'''
  
 
| style="width: 360px;" |  
 
| style="width: 360px;" |  
Line 229: Line 229:
 
|-
 
|-
 
| style="width: 363px;" |  
 
| style="width: 363px;" |  
'''[https://docs.brainycp.io/index.php/API:_логирование API: логирование]'''
+
'''[https://docs.brainycp.io/index.php/API:_логирование API: logging]'''
  
 
| style="width: 360px;" |  
 
| style="width: 360px;" |  
Line 239: Line 239:
 
|-
 
|-
 
| style="width: 363px;" |  
 
| style="width: 363px;" |  
'''[https://docs.brainycp.io/index.php/API:_менеджер_приложений API: менеджер приложений]'''
+
'''[https://docs.brainycp.io/index.php/API:_менеджер_приложений API: application manager]'''
  
 
| style="width: 360px;" |  
 
| style="width: 360px;" |  
Line 249: Line 249:
 
|-
 
|-
 
| style="width: 363px;" |  
 
| style="width: 363px;" |  
'''[https://docs.brainycp.io/index.php/API:_менеджер_процессов API: менеджер процессов]'''
+
'''[https://docs.brainycp.io/index.php/API:_менеджер_процессов API: process manager]'''
  
 
| style="width: 360px;" |  
 
| style="width: 360px;" |  
Line 259: Line 259:
 
|-
 
|-
 
| style="width: 363px;" |  
 
| style="width: 363px;" |  
'''[https://docs.brainycp.io/index.php/API:_менеджер_IP-адресов API: менеджер IP-адресов]'''
+
'''[https://docs.brainycp.io/index.php/API:_менеджер_IP-адресов API: IP address manager]'''
  
 
| style="width: 360px;" |  
 
| style="width: 360px;" |  

Revision as of 11:18, 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

autoins

Show list of available CMS CMS.

list_cms

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

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

autoins(post или get)* — constant, name of the module;

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

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

error:0, mess:'List of CMS';

error:100, mess:'Massive of CMS is empty.

autoins

Installation of CMS.

install_cms

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

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

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

install_cms (post или get)* — Constant, name of operation;

name_cms (post или get)* — name of CMS;

version_cms (post или get)* — version of CMS;

protocol (post)* — choosing a protocol;

dir (post или get)* — directory;

sitename (post или get)* —website name;

site_description (post или get)* — website description;

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

password\ (post)* — Password;

realname (post или get)* — Real name;

emailadmin (post или get)* — admin email;

domainins (post или get)* — domain name;

select_lang (post или get)* — domain language;

dbhost (post или get)* — ip-address of the host for php_myadmin;

user_edit (post или get) — name of edited user;

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

error:101, mess:'CMS is not selected';

error:102, mess:'CMS is written incorrectly';

error:103, mess:'No version of CMS';

error:104, mess:'The version of CMS is written incorrectly';

error:108, mess:'The protocol is not selected';

error:106, mess:'The protocol is written incorrectly';

error:107, mess:'This domain does not belong to you';

error:108, mess:'The language version is selected incorrectly';

error:200, mess:'This directory is occupied';

error:400, mess:'You don't have enough rights. Remove  user_edit'.

autoins

Show list of installed CMS.

list_install_cms

username (post или get)* — имя пользователя;

password (post или get)* — пароль пользователя;

autoins(post или get)* — константа, имя модуля;

list_install_cms (post или get)* — константа, имя операции;

user_edit (post или get) — имя редактируемого пользователя;

language (post или get) — может принимать значение: en/ru (по умолчанию ru).

error:0, mess:'List of installed CMS';

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

error:400, message:'You don't have enough rights. Remove user_edit'.

autoins

Deleting CMS.

delite_install_cms

username (post или get)* — имя пользователя;

password (post или get)* — пароль пользователя;

autoins(post или get)* — константа, имя модуля;

delite_install_cms (post или get)* — константа, имя операции;

id_delite_cms (post или get)* — id удаления CMS;

user_edit (post или get) — имя редактируемого пользователя;

language (post или get) — может принимать значение: en/ru (по умолчанию ru).

error:0, mess:'CMS is deleted successfully';

error:100, mess:'Error while deleting CMS';

error:101, mess:'No such id for deleting CMS';

error:400, mess:'You don't have enough rights. Remove user_edit'.

Other useful articles:

API: connection

API: monitoring

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

API: auto installer CMS

API: configuring backups

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

API: antivirus

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

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

API: database

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

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

API: server information

API: почта

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

API: traffic usage

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

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

API: logging

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

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

API: application manager

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

API: CRON

API: process manager

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

API: FTP-сервер

API: IP address manager

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

API: MySQL processlist