本接口用于查詢數(shù)據(jù)遷移或數(shù)據(jù)同步任務(wù)運(yùn)行步驟的詳情。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無(wú)授權(quán)信息透出。
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Id | string | 是 | 數(shù)據(jù)遷移或數(shù)據(jù)同步任務(wù)的 ID。 | np_4w3a**** |
返回參數(shù)
StepInfo 數(shù)據(jù)結(jié)構(gòu)
不同步驟的 stepInfo
參數(shù)返回不同的字段。
-
TRANSFER_APP_SWITCH(正向切換)
參數(shù) 類型 描述 checkpointSampleTimestamp long 位點(diǎn)采集時(shí)間。格式為 Unix timestamp,單位為秒。 -
INCR_TRANSFER(增量同步)
參數(shù) 類型 描述 incrTimestampCheckpoint long 位點(diǎn)時(shí)間。格式為 Unix timestamp,單位為秒。 checkpointSampleTimestamp long 位點(diǎn)采集時(shí)間。格式為 Unix timestamp,單位為秒。 enableIncrStatistics boolean 是否開(kāi)啟 DML/DDL 統(tǒng)計(jì)。 -
FULL_VERIFIER(全量校驗(yàn))和 FULL_TRANSFER(全量遷移)
參數(shù) 類型 描述 processedRecords long 已完成遷移行數(shù)/實(shí)際行數(shù)。 capacity long 預(yù)估總行數(shù)。 srcRps long 源端讀取 RPS,單位為記錄數(shù)/秒。 srcRt string 源端讀取 RT,單位為毫秒/條。 srcIops long 源端讀取流量,單位為字節(jié)數(shù)/秒。 dstRps long 目標(biāo)端讀取/寫入 RPS,單位為記錄數(shù)/秒。 dstRt long 目標(biāo)端讀取/寫入 RT,單位為毫秒/條。 dstIops long 目標(biāo)端讀取/寫入流量,單位為字節(jié)數(shù)/秒。 srcRpsRef long 源端讀取 RPS 的基準(zhǔn)值。 dstRpsRef long 目標(biāo)端讀取/寫入 RPS 的基準(zhǔn)值。 dstRtRef long 目標(biāo)端讀取/寫入 RT 基準(zhǔn)值。
示例
正常返回示例
JSON
格式
{
"Success": true,
"ErrorDetail": {
"Code": "CM-RESOAT1111",
"Level": "ERROR",
"Message": "A system error occurred.",
"ExtraContext": {
"key": "null"
},
"MessageMcmsKey": "null",
"MessageMcmsContext": {
"key": "null"
},
"Reason": "null",
"ReasonMcmsKey": "null",
"ReasonMcmsContext": {
"key": "null"
},
"Proposal": "Contact the administrator. ",
"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": 10,
"TotalCount": 4,
"Cost": "1",
"Data": [
{
"Order": 1,
"Name": "PRE_CHECK",
"Description": "預(yù)檢查",
"Status": "RUNNING",
"ExtraInfo": {
"ErrorDetails": [
{
"Code": "CM-RESOAT1111",
"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"
}
],
"ErrorCode": "INNER_ERROR",
"ErrorMsg": "The ResourceDirectoryId is invalid.",
"ErrorParam": {
"key": "null"
},
"FailedTime": "null"
},
"StartTime": "2020-05-22T17:04:18",
"FinishTime": "2020-05-22T17:04:18",
"Progress": 100,
"StepInfo": null
}
]
}
錯(cuò)誤碼
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2024-05-07 | API 內(nèi)部配置變更,不影響調(diào)用 | 查看變更詳情 |