You need to enable JavaScript to run this app.
导航

TriggerLastIncrementalSync

最近更新时间2024.01.16 10:41:08

首次发布时间2023.07.18 10:22:42

调用TriggerLastIncrementalSync,进行最后一次自动增量同步。

请求参数

名称类型是否必填示例值描述
ActionStringTriggerLastIncrementalSync要执行的操作,取值:TriggerLastIncrementalSync。
VersionString2020-04-01API的版本,取值: 2020-04-01。
MigrationJobIdStringjob-3tiegs1y963vj0****迁移任务ID。您可以调用DescribeMigrationJobs接口查询获取。

返回数据

操作接口仅返回公共参数及错误码。

请求示例

GET /?Action=TriggerLastIncrementalSync&Version=2020-04-01&MigrationJobId=job-3tiegs1y963vj0**** HTTP/1.1
Host: open.volcengineapi.com
Region: cn-beijing
Service: smc

返回示例

{
  "ResponseMetadata": {
    "RequestId": "202306051643546E59A4A3E62D****",
    "Action": "TriggerLastIncrementalSync",
    "Version": "2020-04-01",
    "Service": "smc",
    "Region": "cn-beijing"
  },
  "Result": {}
}

错误码

HttpCode错误码错误信息描述
400InvalidJobConfigForIncrementalSync.UnsupportedThe specified migration job does not support incremental sync.指定的迁移任务不支持增量迁移。
400InvalidJobStateForTriggerLastSync.UnsupportedThe specified migration job state does not support trigger last sync.迁移任务不支持触发最后一次增量同步。
400MissingParameter.MigrationJobIdThe required parameter MigrationJobId is not supplied.参数MigrationJobId不能为空。
404InvalidMigrationJob.NotFoundThe specified migration job does not exist.指定的迁移任务不存在。