FLEXUSRDS-恢复到新实例:请求示例

时间:2025-01-14 15:40:22

请求示例

  • FlexusRDS备份文件恢复到新实例。
    POST https://{endpoint}/v3/0483b6b16e954cb88930a360d2c4e663/instances{"name": "targetInst","availability_zone": "bbb,ccc","ha": {"mode": "ha","replication_mode": "async"},"flavor_ref": "rds.mysql.y1.xlarge.2.ha","volume": {"type": "CLOUDSSD","size": 40},        "region": "aaa","backup_strategy": {"keep_days": 2,"start_time": "19:00-20:00"},"password": "Demo@12345678","time_zone": "UTC+04:00","restore_point": {"instance_id": "d8e6ca5a624745bcb546a227aa3ae1cfin01","type": "backup","backup_id": "2f4ddb93-b901-4b08-93d8-1d2e472f30fe"}}
  • FlexusRDS实例的数据恢复到指定时间点。
    {"name": "targetInst","availability_zone": "bbb,ccc","ha": {"mode": "ha","replication_mode": "async"},"flavor_ref": "rds.mysql.y1.xlarge.2.ha","volume": {"type": "CLOUDSSD","size": 40},"backup_strategy": {"keep_days": 2,"start_time": "19:00-20:00"},"password": "Demo@12345678","time_zone": "UTC+04:00","restore_point": {"instance_id": "d8e6ca5a624745bcb546a227aa3ae1cfin01","type": "timestamp","restore_time": 1532001446987}}
support.huaweicloud.com/api-flexusrds/rds_09_0008.html