Queries the progress of a synchronization task on a node.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AccessInstanceId |
string |
No |
The ID of the synchronization node. |
pdi-3bc2f91695ee48bd9377 |
| RegionNo |
string |
No |
The region ID. |
cn-beijing |
| Lang |
string |
No |
The language of the response messages. Valid values:
|
zh |
| TaskId |
string |
No |
The task ID. |
task-c92d4544ef7b6a42 |
| AccessInstanceType |
string |
No |
The type of the synchronization node. Valid values:
|
AckClusterConnector |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
15FCCC52-1E23-57AE-B5EF-3E00A3****** |
| IsFound |
boolean |
Indicates whether the task exists. |
true |
| TaskStatus |
string |
The task status. |
running |
| TaskName |
string |
The task name. |
创建ACK集群连接器 |
| TaskId |
string |
The task ID. |
3c9d576f-fce0-4caa-9116-15033509bdb6 |
| TaskStartTimestamp |
integer |
The time when the task was created. |
17151361285 |
| TaskFinishTimestamp |
integer |
The time when the task was completed. |
17151381075 |
| TaskSteps |
array<object> |
The steps of the task. |
|
|
object |
The steps of the task. |
||
| StepName |
string |
The name of the step. |
获取ACK集群信息 |
| StepStatus |
string |
The status of the step. |
finished |
| StepProgress |
string |
The progress of the step. |
100% |
Examples
Success response
JSON format
{
"RequestId": "15FCCC52-1E23-57AE-B5EF-3E00A3******",
"IsFound": true,
"TaskStatus": "running",
"TaskName": "创建ACK集群连接器",
"TaskId": "3c9d576f-fce0-4caa-9116-15033509bdb6",
"TaskStartTimestamp": 17151361285,
"TaskFinishTimestamp": 17151381075,
"TaskSteps": [
{
"StepName": "获取ACK集群信息",
"StepStatus": "finished",
"StepProgress": "100%"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.