本接口用于查询数据迁移或数据同步任务的进度信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 | 
|---|---|---|---|---|
| Id | string | 是 | 数据迁移或数据同步任务的 ID。 | np_4w3a**** | 
返回参数
示例
正常返回示例
JSON格式
{
  "Success": true,
  "ErrorDetail": {
    "Code": "CM-RESOAT1111\n",
    "Level": "ERROR",
    "Message": "A system error occurred.",
    "ExtraContext": {
      "key": null
    },
    "MessageMcmsKey": null,
    "MessageMcmsContext": {
      "key": null
    },
    "Reason": null,
    "ReasonMcmsKey": null,
    "ReasonMcmsContext": {
      "key": null
    },
    "Proposal": null,
    "ProposalMcmsKey": null,
    "ProposalMcmsContext": {
      "key": null
    },
    "UpstreamErrorDetail": null
  },
  "Code": "INNER_ERROR",
  "Message": "A system error occurred.",
  "Advice": "Contact the administrator. ",
  "RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
  "PageNumber": 1,
  "PageSize": 1,
  "TotalCount": 1,
  "Cost": 1,
  "Data": {
    "ProjectId": "np_fe****",
    "Status": "RUNNING",
    "AlarmLevel": "MEDIUM",
    "EnableIncrSync": true,
    "CurrentStep": "PRE_CHECK",
    "IncrSyncCheckpoint": 1689248064,
    "EnableStructTransfer": true,
    "EnableFullTransfer": true,
    "StructTransferProgress": 100,
    "FullTransferProgress": 100,
    "EnableReverseIncrTransfer": true,
    "ReverseIncrTransferCheckpoint": 1689248075
  }
}错误码
访问错误中心查看更多错误码。
变更历史
| 变更时间 | 变更内容概要 | 操作 | 
|---|---|---|
| 2024-05-07 | API 内部配置变更,不影响调用 | 查看变更详情 | 
