[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"/en/kb/api/backup-administration-functionsKbData":3},{"page":4,"pages":150,"recommendedPages":487,"category":41,"categoryTree":41,"total":488,"currentOrder":489,"activeManualCategoryId":41,"tag":-1},{"route":5,"uuid":8,"title":9,"excerpt":10,"content":11,"view_count":12,"published_at":13,"modified_at":14,"like":15,"category":18,"hero_image":35,"seo_metadata":36,"schema_org_metadata":39,"open_graph_metadata":42,"sections":43,"tags":143,"breadcrumbs":146,"images":149},{"language":6,"path":7},"en","/kb/api/backup-administration-functions","b572d380-43aa-8377-6dc4-75c6e962c586","Backup administration functions","getFileBackupList Description: Method returns available list of file backups. Call example: Response example: getMysqlBackupList Description: Method returns available list of mysql database backups Call example: Response example: getFileList Description: Method returns a list of files and directories from a backup according to the given path and identifier.","\n\u003Ch2 id=\"getfilebackuplist\">getFileBackupList\u003C/h2>\n\n\n\n\u003Ch3 id=\"description\">Description:\u003C/h3>\n\n\n\n\u003Cp>Method returns available list of file backups.\u003C/p>\n\n\n\n\u003Ch3 id=\"call-example\">Call example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;&quot;}\">\u003Ccode>https://api.beget.com/api/backup/getFileBackupList?login=userlogin&amp;\npasswd=password&amp;output_format=json\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch3 id=\"response-example\">Response example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;javascript&quot;}\">\u003Ccode>  [\n    {\n        \"backup_id\": 14508595,\n        \"date\": \"2014-11-05 01:05:09\"\n    },\n    {\n        \"backup_id\": 14216570,\n        \"date\": \"2014-10-31 03:13:49\"\n    },\n    {\n        \"backup_id\": 14132477,\n        \"date\": \"2014-10-30 00:56:25\"\n    },\n    {\n        \"backup_id\": 14077266,\n        \"date\": \"2014-10-28 01:33:42\"\n    },\n    {\n        \"backup_id\": 14009305,\n        \"date\": \"2014-10-26 01:38:26\"\n    },\n    {\n        \"backup_id\": 13574406,\n        \"date\": \"2014-10-16 06:13:29\"\n    }\n  ]\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch2 id=\"getmysqlbackuplist\">getMysqlBackupList\u003C/h2>\n\n\n\n\u003Ch3 id=\"description-2\">Description:\u003C/h3>\n\n\n\n\u003Cp>Method returns available list of mysql database backups\u003C/p>\n\n\n\n\u003Ch3 id=\"call-example-2\">Call example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;&quot;}\">\u003Ccode>https://api.beget.com/api/backup/getMysqlBackupList?login=userlogin&amp;\npasswd=password&amp;output_format=json\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch3 id=\"response-example-2\">Response example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;javascript&quot;}\">\u003Ccode>  [\n    {\n        \"backup_id\": 14508571,\n        \"date\": \"2014-11-05 01:04:16\"\n    },\n    {\n        \"backup_id\": 14216543,\n        \"date\": \"2014-10-31 03:12:44\"\n    },\n    {\n        \"backup_id\": 14132466,\n        \"date\": \"2014-10-30 00:55:43\"\n    },\n    {\n        \"backup_id\": 14077252,\n        \"date\": \"2014-10-28 01:31:53\"\n    },\n    {\n        \"backup_id\": 14009290,\n        \"date\": \"2014-10-26 01:28:59\"\n    },\n    {\n        \"backup_id\": 13713103,\n        \"date\": \"2014-10-19 05:11:13\"\n    },\n    {\n        \"backup_id\": 13574391,\n        \"date\": \"2014-10-16 05:59:31\"\n    }\n  ]\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch2 id=\"getfilelist\">getFileList\u003C/h2>\n\n\n\n\u003Ch3 id=\"description-3\">Description:\u003C/h3>\n\n\n\n\u003Cp>Method returns a list of files and directories from a backup according to the given path and identifier.\u003C/p>\n\n\n\n\u003Ch3 id=\"additional-parameters\">Additional parameters\u003C/h3>\n\n\n\n\u003Cul>\u003Cli>\u003Cstrong>backup_id\u003C/strong>&nbsp;- if backup_id is not given, the listing is performed according to the current copy;\u003C/li>\u003Cli>\u003Cstrong>path\u003C/strong>&nbsp;- path from home directory root (e.g. \"/site.de/public_html\");\u003C/li>\u003C/ul>\n\n\n\n\u003Ch3 id=\"call-example-3\">Call example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;&quot;}\">\u003Ccode>// for illustration purposes input_data is presented in uncoded form\nhttps://api.beget.com/api/backup/getFileList?login=userlogin&amp;passwd=password&amp;\noutput_format=json&amp;input_format=json&amp;input_data={\"path\":\"/site.de/public_html\",\"backup_id\":14508595}\n\n// correct call example, input_data is coded with urlencode\nhttps://api.beget.com/api/backup/getFileList?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;\ninput_data=%7B%22path%22%3A%22%2Fsite.de%2Fpublic_html%22%2C%22backup_id%22%3A14508595%7D\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch3 id=\"response-example-3\">Response example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;javascript&quot;}\">\u003Ccode> [\n    {\n        \"name\": \".cache\",\n        \"is_dir\": 1,\n        \"mtime\": \"2012-12-25 18:35:05\",\n        \"size\": 4096\n    },\n    {\n        \"name\": \".ssh\",\n        \"is_dir\": 1,\n        \"mtime\": \"2014-08-06 13:59:14\",\n        \"size\": 4096\n    },\n    {\n        \"name\": \"ftputil\",\n        \"is_dir\": 1,\n        \"mtime\": \"2014-08-07 13:06:09\",\n        \"size\": 4096\n    {\n        \"name\": \"testlogo.png\",\n        \"is_dir\": 0,\n        \"mtime\": \"2013-02-13 11:02:13\",\n        \"size\": 18623\n    },\n    {\n        \"name\": \"textarea.js\",\n        \"is_dir\": 0,\n        \"mtime\": \"2013-04-05 18:14:18\",\n        \"size\": 1321\n    },\n    {\n        \"name\": \"tree-bottom.png\",\n        \"is_dir\": 0,\n        \"mtime\": \"2013-04-05 18:14:18\",\n        \"size\": 976\n    },\n    {\n        \"name\": \"update.php\",\n        \"is_dir\": 0,\n        \"mtime\": \"2014-01-16 15:56:36\",\n        \"size\": 25457\n    }\n ]\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Cp>Returns object array, each object consists of the following elements:\u003C/p>\n\n\n\n\u003Cul>\u003Cli>\u003Cem>name\u003C/em>&nbsp;- name of file or folder;\u003C/li>\u003Cli>\u003Cem>is_dir\u003C/em>&nbsp;- property of file (0) or folder (1);\u003C/li>\u003Cli>\u003Cem>mtime\u003C/em>&nbsp;- file creation time in format \"Y-m-d H:i:s\";\u003C/li>\u003Cli>\u003Cem>size\u003C/em>&nbsp;- size in bytes;\u003C/li>\u003C/ul>\n\n\n\n\u003Ch2 id=\"getmysqllist\">getMysqlList\u003C/h2>\n\n\n\n\u003Ch3 id=\"description-4\">Description:\u003C/h3>\n\n\n\n\u003Cp>Method returns a list of databases from backup respective given identifier.\u003C/p>\n\n\n\n\u003Ch3 id=\"additional-parameters-2\">Additional parameters\u003C/h3>\n\n\n\n\u003Cul>\u003Cli>\u003Cstrong>backup_id\u003C/strong>&nbsp;- backup identifier backup_id, if not given, the listing is performed from current copy;\u003C/li>\u003C/ul>\n\n\n\n\u003Ch3 id=\"call-example-4\">Call example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;&quot;}\">\u003Ccode>// for illustration purposes input_data is presented in uncoded form\nhttps://api.beget.com/api/backup/getMysqlList?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;\ninput_data={\"backup_id\":14216543}\n\n// correct call example, input_data is coded with urlencode\nhttps://api.beget.com/api/backup/getMysqlList?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;\ninput_data=%7B%22backup_id%22%3A14216543%7D\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch3 id=\"response-example-4\">Response example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;javascript&quot;}\">\u003Ccode> [\n    \"db_test111\",\n    \"db_test\",\n    \"db_opca2\",\n    \"db_btrx\"\n ]\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Cp>Returns list of database names.\u003C/p>\n\n\n\n\u003Ch2 id=\"restorefile\">restoreFile\u003C/h2>\n\n\n\n\u003Ch3 id=\"description-5\">Description:\u003C/h3>\n\n\n\n\u003Cp>Method creates query for data restoring from backup according to given path and backup copy.\u003C/p>\n\n\n\n\u003Ch3 id=\"additional-parameters-3\">Additional parameters\u003C/h3>\n\n\n\n\u003Cul>\u003Cli>\u003Cstrong>backup_id\u003C/strong>&nbsp;- backup copy identifier backup_id\u003C/li>\u003Cli>\u003Cstrong>paths\u003C/strong>&nbsp;- array (one or several values) of paths for restoring from home directory root (e.g. \"/site.de/public_html\");\u003C/li>\u003C/ul>\n\n\n\n\u003Ch3 id=\"call-example-5\">Call example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;&quot;}\">\u003Ccode>// for illustration purposes input_data is presented in uncoded form\nhttps://api.beget.com/api/backup/restoreFile?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;input_data=\n{\"backup_id\":14508595,\"paths\":[\"/site.de/public_html/\",\"/site2.de/public_html/\"]}\n\n// correct call example, input_data is coded with urlencode\nhttps://api.beget.com/api/backup/restoreFile?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;\ninput_data=%7B%22backup_id%22%3A14508595%2C%22paths%22%3A%5B%22%2Fsite.de\n%2Fpublic_html%2F%22%2C%22%2Fsite2.de%2Fpublic_html%2F%22%5D%7D\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch3 id=\"response-example-5\">Response example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;javascript&quot;}\">\u003Ccode>true\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Cp>Returns property of successful or unsuccessful execution.\u003C/p>\n\n\n\n\u003Ch2 id=\"restoremysql\">restoreMysql\u003C/h2>\n\n\n\n\u003Ch3 id=\"description-6\">Description:\u003C/h3>\n\n\n\n\u003Cp>Method creates query for DB recovery from backup according to given DB name and backup identifier.\u003C/p>\n\n\n\n\u003Ch3 id=\"additional-parameters-4\">Additional parameters\u003C/h3>\n\n\n\n\u003Cul>\u003Cli>\u003Cstrong>backup_id\u003C/strong>&nbsp;- backup identifier backup_id\u003C/li>\u003Cli>\u003Cstrong>bases\u003C/strong>&nbsp;- array (one or several values) of MySQL databases for recovery\u003C/li>\u003C/ul>\n\n\n\n\u003Ch3 id=\"call-example-6\">Call example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;&quot;}\">\u003Ccode>// for illustration purposes input_data is presented in uncoded form\nhttps://api.beget.com/api/backup/restoreMysql?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;input_data=\n{\"backup_id\":\"14132466\",\"bases\":[\"db_test\",\"db_test2\"]}\n\n// correct call example, input_data is coded with urlencode\nhttps://api.beget.com/api/backup/restoreMysql?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;input_data=\n%7B%22backup_id%22%3A%2214132466%22%2C%22bases%22%3A%5B%22db_test%22%2C%22db_test2%22%5D%7D\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch3 id=\"response-example-6\">Response example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;javascript&quot;}\">\u003Ccode>true\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Cp>Returns property of successful or unsuccessful execution.\u003C/p>\n\n\n\n\u003Ch2 id=\"downloadfile\">downloadFile\u003C/h2>\n\n\n\n\u003Ch3 id=\"description-7\">Description:\u003C/h3>\n\n\n\n\u003Cp>Method creates query for up- and downloading data from backup to account root.\u003C/p>\n\n\n\n\u003Ch3 id=\"additional-parameters-5\">Additional parameters\u003C/h3>\n\n\n\n\u003Cul>\u003Cli>\u003Cstrong>backup_id\u003C/strong>&nbsp;- backup identifier backup_id (optional), if not given, current copy will be used\u003C/li>\u003Cli>\u003Cstrong>paths\u003C/strong>&nbsp;- array (one or several values) of paths for recovery from home directory root (e.g. \"/site.de/public_html\");\u003C/li>\u003C/ul>\n\n\n\n\u003Ch3 id=\"call-example-7\">Call example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;&quot;}\">\u003Ccode>// for illustration purposes input_data is presented in uncoded form\nhttps://api.beget.com/api/backup/downloadFile?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;input_data=\n{\"backup_id\":14508595,\"paths\":[\"/site.de/public_html/\",\"/site2.de/public_html/\"]}\n\n// correct call example, input_data is coded with urlencode\nhttps://api.beget.com/api/backup/downloadFile?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;input_data=\n%7B%22backup_id%22%3A14508595%2C%22paths%22%3A%5B%22%2Fsite.de%2Fpublic_html\n%2F%22%2C%22%2Fsite2.de%2Fpublic_html%2F%22%5D%7D\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch3 id=\"response-example-7\">Response example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;javascript&quot;}\">\u003Ccode>true\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Cp>Returns property of successful or unsuccessful execution.\u003C/p>\n\n\n\n\u003Ch2 id=\"downloadmysql\">downloadMysql\u003C/h2>\n\n\n\n\u003Ch3 id=\"description-8\">Description:\u003C/h3>\n\n\n\n\u003Cp>Method creates query for up- and downloading of data from backup to account root.\u003C/p>\n\n\n\n\u003Ch3 id=\"additional-parameters-6\">Additional parameters\u003C/h3>\n\n\n\n\u003Cul>\u003Cli>\u003Cstrong>backup_id\u003C/strong>&nbsp;- backup identifier backup_id (optional), if not given, current copy will be used\u003C/li>\u003Cli>\u003Cstrong>bases\u003C/strong>&nbsp;- array (one or several values) of MySQL database names for recovery\u003C/li>\u003C/ul>\n\n\n\n\u003Ch3 id=\"call-example-8\">Call example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;&quot;}\">\u003Ccode>// for illustration purposes input_data is presented in uncoded form\nhttps://api.beget.com/api/backup/downloadMysql?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;input_data=\n{\"backup_id\":14216543,\"bases\":[\"db_test\", \"db_test2\"]}\n\n// correct call example, input_data is coded with urlencode\nhttps://api.beget.com/api/backup/downloadMysql?login=userlogin&amp;\npasswd=password&amp;input_format=json&amp;output_format=json&amp;input_data=\n%7B%22backup_id%22%3A14216543%2C%22bases%22%3A%5B%22db_test%22%2C+%22db_test2%22%5D%7D\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch3 id=\"response-example-8\">Response example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;javascript&quot;}\">\u003Ccode>true\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Cp>Returns property of successful or unsuccessful execution.\u003C/p>\n\n\n\n\u003Ch2 id=\"getlog\">getLog\u003C/h2>\n\n\n\n\u003Ch3 id=\"description-9\">Description:\u003C/h3>\n\n\n\n\u003Cp>Method returns list and statuses of tasks for recovery and downloading..\u003C/p>\n\n\n\n\u003Ch3 id=\"call-example-9\">Call example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;&quot;}\">\u003Ccode>https://api.beget.com/api/backup/getLog?login=userlogin&amp;passwd=password&amp;output_format=json\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Ch3 id=\"response-example-9\">Response example:\u003C/h3>\n\n\n\n\u003Cdiv class=\"wp-block-beget-code code-block\">\u003Cpre data-options=\"{&quot;mode&quot;:&quot;javascript&quot;}\">\u003Ccode> [\n    {\n        \"id\": 80240,\n        \"operation\": \"download\",\n        \"type\": \"download_mysql\",\n        \"date_create\": \"2014-11-05 14:22:13\",\n        \"target_list\": [\n            \"db_opca2\"\n        ],\n        \"status\": \"success\"\n    },\n    {\n        \"id\": 80239,\n        \"operation\": \"download\",\n        \"type\": \"download_file\",\n        \"date_create\": \"2014-11-05 14:17:11\",\n        \"target_list\": [\n            \"/site.de/public_html\",\n            \"/site2.de/public_html\"\n        ],\n        \"status\": \"success\"\n    },\n    {\n        \"id\": 32904,\n        \"operation\": \"restore\",\n        \"type\": \"restore_mysql\",\n        \"date_create\": \"2014-11-05 14:00:44\",\n        \"target_list\": [\n            \"db_test\",\n            \"db_opca2\"\n        ],\n        \"status\": \"success\"\n    },\n    {\n        \"id\": 32901,\n        \"operation\": \"restore\",\n        \"type\": \"restore_file\",\n        \"date_create\": \"2014-11-05 13:55:20\",\n        \"target_list\": [\n            \"/site.de/public_html\",\n            \"/site2.de/public_html\"\n        ],\n        \"status\": \"success\"\n    },\n    {\n        \"id\": 13457,\n        \"operation\": \"restore\",\n        \"type\": \"restore_file\",\n        \"date_create\": \"2014-06-23 17:18:21\",\n        \"target_list\": [\n            \"/site.de/public_html\",\n            \"/site2.de/public_html\"\n        ],\n        \"status\": \"success\"\n    }\n ]\u003C/code>\u003C/pre>\u003C/div>\n\n\n\n\u003Cp>Returns object array, each object consists of the following elements:\u003C/p>\n\n\n\n\u003Cul>\u003Cli>\u003Cem>id\u003C/em>&nbsp;- dosnload / restore query identifier;\u003C/li>\u003Cli>\u003Cem>operation\u003C/em>&nbsp;- restore operation (restore), download (download);\u003C/li>\u003Cli>\u003Cem>type\u003C/em>&nbsp;- detailed operation and restore / download data type and file / mysql;\u003C/li>\u003Cli>\u003Cem>date_create\u003C/em>&nbsp;- query creation time in \"Y-m-d H:i:s\" format;\u003C/li>\u003Cli>\u003Cem>target_list\u003C/em>&nbsp;- element array in query (files or databases);\u003C/li>\u003Cli>\u003Cem>status\u003C/em>&nbsp;- execution status;\u003C/li>\u003C/ul>\n",3201,"2020-08-24T15:06:32+03:00","2024-11-02T14:31:25+03:00",{"count":16,"liked":17},20,false,{"route":19,"title":21,"tags":22,"breadcrumbs":28,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":32},{"language":6,"path":20},"/kb/api","Beget.API",[23],{"id":24,"title":25,"seo_metadata":26},"api","API",{"title":27,"description":27,"header":27,"keywords":27},"",[],"3fb953d7-8d0a-d5ee-7830-dcd3ffc7314d","d2ced092-cdd0-6732-3353-012a5065b6cc","/kb/api/beget-api",{"title":33,"description":34,"header":27,"keywords":27},"Принципы работы с Beget.API – Beget","API – это программный интерфейс или набор функций для управления сайтами, доменами, почтой и т. д. В статье подробно расскажем о возможностях Beget.API для вашего сайта",{"src":27,"text":27},{"title":27,"description":37,"keywords":38},"We tell you about the backup administration features in Beget hosting","beget hosting, fair copy",{"faq":40,"how_to":41,"product":41},[],null,{},[44,48,52,55,58,61,63,65,67,70,72,75,77,79,82,84,86,88,90,93,95,97,99,101,104,106,108,110,112,115,117,119,121,123,126,128,130,132,134,137,139,141],{"level":45,"name":46,"anchor":47},1,"getFileBackupList","getfilebackuplist",{"level":49,"name":50,"anchor":51},2,"Description:","description",{"level":49,"name":53,"anchor":54},"Call example:","call-example",{"level":49,"name":56,"anchor":57},"Response example:","response-example",{"level":45,"name":59,"anchor":60},"getMysqlBackupList","getmysqlbackuplist",{"level":49,"name":50,"anchor":62},"description-2",{"level":49,"name":53,"anchor":64},"call-example-2",{"level":49,"name":56,"anchor":66},"response-example-2",{"level":45,"name":68,"anchor":69},"getFileList","getfilelist",{"level":49,"name":50,"anchor":71},"description-3",{"level":49,"name":73,"anchor":74},"Additional parameters","additional-parameters",{"level":49,"name":53,"anchor":76},"call-example-3",{"level":49,"name":56,"anchor":78},"response-example-3",{"level":45,"name":80,"anchor":81},"getMysqlList","getmysqllist",{"level":49,"name":50,"anchor":83},"description-4",{"level":49,"name":73,"anchor":85},"additional-parameters-2",{"level":49,"name":53,"anchor":87},"call-example-4",{"level":49,"name":56,"anchor":89},"response-example-4",{"level":45,"name":91,"anchor":92},"restoreFile","restorefile",{"level":49,"name":50,"anchor":94},"description-5",{"level":49,"name":73,"anchor":96},"additional-parameters-3",{"level":49,"name":53,"anchor":98},"call-example-5",{"level":49,"name":56,"anchor":100},"response-example-5",{"level":45,"name":102,"anchor":103},"restoreMysql","restoremysql",{"level":49,"name":50,"anchor":105},"description-6",{"level":49,"name":73,"anchor":107},"additional-parameters-4",{"level":49,"name":53,"anchor":109},"call-example-6",{"level":49,"name":56,"anchor":111},"response-example-6",{"level":45,"name":113,"anchor":114},"downloadFile","downloadfile",{"level":49,"name":50,"anchor":116},"description-7",{"level":49,"name":73,"anchor":118},"additional-parameters-5",{"level":49,"name":53,"anchor":120},"call-example-7",{"level":49,"name":56,"anchor":122},"response-example-7",{"level":45,"name":124,"anchor":125},"downloadMysql","downloadmysql",{"level":49,"name":50,"anchor":127},"description-8",{"level":49,"name":73,"anchor":129},"additional-parameters-6",{"level":49,"name":53,"anchor":131},"call-example-8",{"level":49,"name":56,"anchor":133},"response-example-8",{"level":45,"name":135,"anchor":136},"getLog","getlog",{"level":49,"name":50,"anchor":138},"description-9",{"level":49,"name":53,"anchor":140},"call-example-9",{"level":49,"name":56,"anchor":142},"response-example-9",[144],{"id":24,"title":25,"seo_metadata":145},{"title":27,"description":27,"header":27,"keywords":27},[147],{"route":148,"title":21},{"language":6,"path":31},[],[151,180,209,238,259,288,317,345,373,402,430,458],{"route":152,"uuid":153,"title":21,"excerpt":154,"content":27,"view_count":155,"published_at":156,"modified_at":157,"like":158,"category":160,"hero_image":167,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":168,"tags":169,"breadcrumbs":172,"images":179},{"language":6,"path":31},"df547ff6-f659-defa-43da-be7950d9648f","API (Application Programming Interface) is a software interface or a number of functions for the administration of websites, domains, mail etc. Mainly API is designed for programmers and developers, however it can be used by anybody.",18252,"2020-08-24T13:15:10+03:00","2024-11-01T15:10:09+03:00",{"count":159,"liked":17},28,{"route":161,"title":21,"tags":162,"breadcrumbs":165,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":166},{"language":6,"path":20},[163],{"id":24,"title":25,"seo_metadata":164},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[170],{"id":24,"title":25,"seo_metadata":171},{"title":27,"description":27,"header":27,"keywords":27},[173,177],{"route":174,"title":176},{"language":6,"path":175},"/kb","Knowledge Base",{"route":178,"title":21},{"language":6,"path":20},[],{"route":181,"uuid":183,"title":184,"excerpt":185,"content":27,"view_count":186,"published_at":187,"modified_at":188,"like":189,"category":191,"hero_image":198,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":199,"tags":200,"breadcrumbs":203,"images":208},{"language":6,"path":182},"/kb/api/basic-principles-of-operation-with-api","dcc80539-0440-0561-ee6a-1e61e2c6cf49","Basic principles of operation with API","Method of interaction Interaction with API is performed via HTTPS protocol. URL for method call looks as follows: Example: Parameter passing, mandatory parameters As we see from the previous example, two parameters have been passed to the method.",3587,"2020-08-24T13:47:32+03:00","2024-11-02T15:06:15+03:00",{"count":190,"liked":17},10,{"route":192,"title":21,"tags":193,"breadcrumbs":196,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":197},{"language":6,"path":20},[194],{"id":24,"title":25,"seo_metadata":195},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[201],{"id":24,"title":25,"seo_metadata":202},{"title":27,"description":27,"header":27,"keywords":27},[204,206],{"route":205,"title":176},{"language":6,"path":175},{"route":207,"title":21},{"language":6,"path":20},[],{"route":210,"uuid":212,"title":213,"excerpt":214,"content":27,"view_count":215,"published_at":216,"modified_at":217,"like":218,"category":220,"hero_image":227,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":228,"tags":229,"breadcrumbs":232,"images":237},{"language":6,"path":211},"/kb/api/account-administration-functions","6756ccc2-9f94-6777-5620-53ee46007e9d","Account administration functions","getAccountInfo Description: Method returns information on the user's tariff plan, on some parameters of the server, where the user is currently located and on the applied limits thereof. Call example: Response example: Some fields (e.g.",3670,"2020-08-24T14:11:20+03:00","2024-11-02T15:13:53+03:00",{"count":219,"liked":17},14,{"route":221,"title":21,"tags":222,"breadcrumbs":225,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":226},{"language":6,"path":20},[223],{"id":24,"title":25,"seo_metadata":224},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[230],{"id":24,"title":25,"seo_metadata":231},{"title":27,"description":27,"header":27,"keywords":27},[233,235],{"route":234,"title":176},{"language":6,"path":175},{"route":236,"title":21},{"language":6,"path":20},[],{"route":239,"uuid":8,"title":9,"excerpt":10,"content":27,"view_count":12,"published_at":13,"modified_at":14,"like":240,"category":241,"hero_image":248,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":249,"tags":250,"breadcrumbs":253,"images":258},{"language":6,"path":7},{"count":16,"liked":17},{"route":242,"title":21,"tags":243,"breadcrumbs":246,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":247},{"language":6,"path":20},[244],{"id":24,"title":25,"seo_metadata":245},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[251],{"id":24,"title":25,"seo_metadata":252},{"title":27,"description":27,"header":27,"keywords":27},[254,256],{"route":255,"title":176},{"language":6,"path":175},{"route":257,"title":21},{"language":6,"path":20},[],{"route":260,"uuid":262,"title":263,"excerpt":264,"content":27,"view_count":265,"published_at":266,"modified_at":267,"like":268,"category":270,"hero_image":277,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":278,"tags":279,"breadcrumbs":282,"images":287},{"language":6,"path":261},"/kb/api/cron-administration-functions","d3813f0c-4719-174a-2755-54bb15c0ba7a","Cron administration functions","getList Description: Method returns list of all CronTab tasks. Call example: Response example: Returns twodimensional array, each string whereof describes a Cron task.",3431,"2020-08-24T15:13:26+03:00","2026-02-02T15:27:34+03:00",{"count":269,"liked":17},7,{"route":271,"title":21,"tags":272,"breadcrumbs":275,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":276},{"language":6,"path":20},[273],{"id":24,"title":25,"seo_metadata":274},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[280],{"id":24,"title":25,"seo_metadata":281},{"title":27,"description":27,"header":27,"keywords":27},[283,285],{"route":284,"title":176},{"language":6,"path":175},{"route":286,"title":21},{"language":6,"path":20},[],{"route":289,"uuid":291,"title":292,"excerpt":293,"content":27,"view_count":294,"published_at":295,"modified_at":296,"like":297,"category":299,"hero_image":306,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":307,"tags":308,"breadcrumbs":311,"images":316},{"language":6,"path":290},"/kb/api/dns-administration-functions","a1a647c3-3003-f5c5-4739-78960db4e23b","DNS administration functions","getData Description: Method returns information about domain from DNS server. Additional parameters fqdn - full domain name (domain in national zones need to be passed in punycode).",4090,"2020-08-24T15:18:08+03:00","2026-02-02T15:26:58+03:00",{"count":298,"liked":17},22,{"route":300,"title":21,"tags":301,"breadcrumbs":304,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":305},{"language":6,"path":20},[302],{"id":24,"title":25,"seo_metadata":303},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[309],{"id":24,"title":25,"seo_metadata":310},{"title":27,"description":27,"header":27,"keywords":27},[312,314],{"route":313,"title":176},{"language":6,"path":175},{"route":315,"title":21},{"language":6,"path":20},[],{"route":318,"uuid":320,"title":321,"excerpt":322,"content":27,"view_count":323,"published_at":324,"modified_at":325,"like":326,"category":327,"hero_image":334,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":335,"tags":336,"breadcrumbs":339,"images":344},{"language":6,"path":319},"/kb/api/ftp-administration-functions","4b22aedc-ca66-c2bd-2b9e-d76508b4b481","FTP administration functions","getList Description: Method returns list of additional FTP accounts with their home directories. Call example: Response example: add Description: Method adds new FTP account.",3038,"2020-08-24T15:57:44+03:00","2026-02-02T15:26:39+03:00",{"count":219,"liked":17},{"route":328,"title":21,"tags":329,"breadcrumbs":332,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":333},{"language":6,"path":20},[330],{"id":24,"title":25,"seo_metadata":331},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[337],{"id":24,"title":25,"seo_metadata":338},{"title":27,"description":27,"header":27,"keywords":27},[340,342],{"route":341,"title":176},{"language":6,"path":175},{"route":343,"title":21},{"language":6,"path":20},[],{"route":346,"uuid":348,"title":349,"excerpt":350,"content":27,"view_count":351,"published_at":352,"modified_at":353,"like":354,"category":355,"hero_image":362,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":363,"tags":364,"breadcrumbs":367,"images":372},{"language":6,"path":347},"/kb/api/mysql-administration-functions","8ad151af-1d0c-a274-44b6-00d40b2c75a0","MySQL administration functions","getList Description: The method returns a list of MySQL databases with their accesses. Call example: Response example: addDb Description: The method adds a job to the queue for creating a new MySql database with the specified suffix and creates access for localhost with the specified password.",2737,"2020-08-24T16:08:24+03:00","2024-11-02T14:58:49+03:00",{"count":190,"liked":17},{"route":356,"title":21,"tags":357,"breadcrumbs":360,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":361},{"language":6,"path":20},[358],{"id":24,"title":25,"seo_metadata":359},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[365],{"id":24,"title":25,"seo_metadata":366},{"title":27,"description":27,"header":27,"keywords":27},[368,370],{"route":369,"title":176},{"language":6,"path":175},{"route":371,"title":21},{"language":6,"path":20},[],{"route":374,"uuid":376,"title":377,"excerpt":378,"content":27,"view_count":379,"published_at":380,"modified_at":381,"like":382,"category":384,"hero_image":391,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":392,"tags":393,"breadcrumbs":396,"images":401},{"language":6,"path":375},"/kb/api/website-administration-functions","b4321a42-9db5-54cc-4c0d-988b44eaee57","Website administration functions","getList Description: Method returns website list. If domains are linked to website, they will also be returned.",2758,"2020-08-24T16:24:07+03:00","2026-02-02T15:25:51+03:00",{"count":383,"liked":17},6,{"route":385,"title":21,"tags":386,"breadcrumbs":389,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":390},{"language":6,"path":20},[387],{"id":24,"title":25,"seo_metadata":388},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[394],{"id":24,"title":25,"seo_metadata":395},{"title":27,"description":27,"header":27,"keywords":27},[397,399],{"route":398,"title":176},{"language":6,"path":175},{"route":400,"title":21},{"language":6,"path":20},[],{"route":403,"uuid":405,"title":406,"excerpt":407,"content":27,"view_count":408,"published_at":409,"modified_at":410,"like":411,"category":412,"hero_image":419,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":420,"tags":421,"breadcrumbs":424,"images":429},{"language":6,"path":404},"/kb/api/functions-for-work-with-domains","fd520634-63f3-f088-3265-075f2363c99f","Functions for work with domains","getList Description: Method returns list of domains on user account. Call example: Response example: getZoneList Description: Method returns zone list.",3264,"2020-08-24T17:10:33+03:00","2026-02-02T15:23:34+03:00",{"count":190,"liked":17},{"route":413,"title":21,"tags":414,"breadcrumbs":417,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":418},{"language":6,"path":20},[415],{"id":24,"title":25,"seo_metadata":416},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[422],{"id":24,"title":25,"seo_metadata":423},{"title":27,"description":27,"header":27,"keywords":27},[425,427],{"route":426,"title":176},{"language":6,"path":175},{"route":428,"title":21},{"language":6,"path":20},[],{"route":431,"uuid":433,"title":434,"excerpt":435,"content":27,"view_count":436,"published_at":437,"modified_at":438,"like":439,"category":440,"hero_image":447,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":448,"tags":449,"breadcrumbs":452,"images":457},{"language":6,"path":432},"/kb/api/functions-for-work-with-mail","921540a9-7668-d633-c985-ff57d0119510","Functions for work with mail","getMailboxList Description: Method returns all mailboxes on given domain. Additional parameters domain - domain, whose mailboxes will be displayed (e.g.",3335,"2020-08-24T18:20:05+03:00","2026-02-02T15:22:31+03:00",{"count":298,"liked":17},{"route":441,"title":21,"tags":442,"breadcrumbs":445,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":446},{"language":6,"path":20},[443],{"id":24,"title":25,"seo_metadata":444},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[450],{"id":24,"title":25,"seo_metadata":451},{"title":27,"description":27,"header":27,"keywords":27},[453,455],{"route":454,"title":176},{"language":6,"path":175},{"route":456,"title":21},{"language":6,"path":20},[],{"route":459,"uuid":461,"title":462,"excerpt":463,"content":27,"view_count":464,"published_at":465,"modified_at":466,"like":467,"category":469,"hero_image":476,"seo_metadata":41,"schema_org_metadata":41,"open_graph_metadata":41,"sections":477,"tags":478,"breadcrumbs":481,"images":486},{"language":6,"path":460},"/kb/api/functions-for-statistic-census","ac183fcd-50bb-3691-5856-ea2e540ad8e2","Functions for statistic census","getSiteListLoad Description: Method returns information about the average load on user websites within the last month. Call example: Response example: Returns website list and average load thereof (in descending order) ID - the website id is unique within one user.",2368,"2020-08-24T18:26:50+03:00","2026-02-02T15:21:15+03:00",{"count":468,"liked":17},3,{"route":470,"title":21,"tags":471,"breadcrumbs":474,"uuid":29,"parent_uuid":30,"default_page_path":31,"seo_metadata":475},{"language":6,"path":20},[472],{"id":24,"title":25,"seo_metadata":473},{"title":27,"description":27,"header":27,"keywords":27},[],{"title":33,"description":34,"header":27,"keywords":27},{"src":27,"text":27},[],[479],{"id":24,"title":25,"seo_metadata":480},{"title":27,"description":27,"header":27,"keywords":27},[482,484],{"route":483,"title":176},{"language":6,"path":175},{"route":485,"title":21},{"language":6,"path":20},[],[],0,"popularity-desc"]