数据库和应用迁移 UGO-创建迁移项目:请求示例

时间:2024-10-24 18:55:41

请求示例

创建名为OPEN_API_MIGRATION,目标库实例ID为dxx49b0c0cc846b6a1ead4caad4cd58ein14的迁移项目。

POST https://{EndPoint}/v1/0ac6eb2c8000d2ee2fd9c006dededbe6/migration-projects 
 
{ 
  "migration_project_name" : "OPEN_API_MIGRATION", 
  "evaluation_project_id" : 191, 
  "target_db_info" : { 
    "user_name" : "root", 
    "password" : "password", 
    "service_name" : "ugo", 
    "instance_id" : "dxx49b0c0cc846b6a1ead4caad4cd58ein14" 
  }, 
  "open_gauss_config" : { 
    "permission_check_type" : "sysadmin" 
  } 
}
support.huaweicloud.com/api-ugo/ugo_05_0042.html