API: Manage DNS-zones

From BrainyCP
Revision as of 01:21, 11 April 2021 by Fgsfds (talk | contribs)

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

bindserver

 

show DNS-zones.

show_zones

username (post or get) * - username;
password (post or get) * - user password;
bindserver (post or get) * - constant, module name;
show_zones (post or get) * - constant, operation name;
zone (post or get) * - zone name;
user_edit (post or get) - the name of the user being edited.
error: 0, mess: 'Successful output of the zone';
error: 100, mess: 'This zone does not belong to you. Or she's not there ';
error: 101, mess: 'The zone array is empty.
The zone array is empty. Perhaps you have no rights'

bindserver

List ofDNS-zones for user/users.

list_zones

username (post or get) * - username;
password (post or get) * - user password;
bindserver (post or get) * - constant, module name;
list_zones (post or get) * - constant, operation name;
user_edit (post or get) - the name of the user being edited;
language (post or get) - can take the value: en / ru (ru by default).
error: 0, mess: 'List of user zones', zones [array zones];
error: 1, mess: 'List of all zones', zones [array zones];
error: 2, mess: 'List of own zones', zones [array zones];
error: 100, mess: 'This zone does not belong to you. Or is she not '

bindserver

Add DNS-zone.

add_zones

username (post or get) * - username;
password (post or get) * - user password;
bindserver (post or get) * - constant, module name;
add_zones (post or get) * - constant, operation name;
zone (post or get) * - zone name;
IP (post or get) * - IP address;
language (post or get) - can take the value: en / ru (ru by default).
error: 0, mess: 'Zone added successfully';
error: 1, mess: 'The specified zone name is invalid';
error: 2, mess: 'The specified IP address is invalid';
error: 500, mess: 'Error adding zone. Perhaps such a zone exists';
error: 400, mess: 'You do not have sufficient rights. Remove the user_edit 'field.

bindserver

delete DNS-zone.

delete_zones

username (post or get) * - username;
password (post or get) * - user password;
bindserver (post or get) * - constant, module name;
delete_zones (post or get) * - constant, operation name;
zone (post or get) * - zone name;
language (post or get) - can take the value: en / ru (ru by default).
error: 0, mess: 'Zone deleted successfully';
error: 100, mess: 'This zone does not belong to you. Or she's not there ';
error: 400, mess: 'You do not have sufficient rights. Remove the field user_edit ';
error: 500, mess: 'Error deleting zone. Perhaps there is no such zone. '

bindserver

Edit DNS-zone.

edit_zones

username (post or get) * - username;
password (post or get) * - user password;
bindserver (post or get) * - constant, module name;
edit_zones (post or get) * - constant, operation name;
zone (post or get) * - zone name;
type (post or get) * - post type;
value (post or get) * - value value;
name (post or get) * - value of name;
line (post or get) * - line number;
delete (post or get) * - delete;
language (post or get) - can take the value: en / ru (ru by default);
user_edit (post or get) - the name of the user being edited.
error: 0, mess: 'The entry was deleted';
error: 0, mess: 'New entry added';
error: 0, message: 'The zone record was successfully edited';
error: 100, mess: 'This zone does not belong to you. Or she's not there ';
error: 101, mess: 'Record type mismatch';
error: 102, mess: 'Zone name is empty';
error: 103, mess: 'The line number must be a number';
error: 104, mess: 'Uneditable line numbers';
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