v1

latestSwagger 2.0Apache 2.02026-07-172988122.0 KB
download

从 ieg 备份系统下载文件

提供 task_id,从 ieg 备份系统下载文件 task_files_wild: 模糊搜索文件并下载, task_files: 精确文件查询并下载 task_files_wild, task_files 二选一 启用 skip_local_exists=true 时,如果目标目录已存在要下载的文件,会自动跳过

post/download/ibs-recover

Request body

Example request

{
  "extend": {
    "dest_ip": "1.1.1.1",
    "diretory": "/data/dbbak",
    "ibs_info": {
      "url": "http://127.0.0.1/backupApi"
    },
    "taskid_list": "10000,100001"
  }
}

Response

OK