Retries a routine replication task.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RoutineBuildId |
integer |
Yes |
The ID of the ER build task. |
156773519472872 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
F8AA0364-0FDB-4AD5-AC74-D69FAB8924ED |
| RoutineBuildId |
integer |
The ID of the ER build task. |
156773519472872 |
| PipeLineRunId |
integer |
The ID of the build task in Yunxiao. |
70 |
Examples
Success response
JSON format
{
"RequestId": "F8AA0364-0FDB-4AD5-AC74-D69FAB8924ED",
"RoutineBuildId": 156773519472872,
"PipeLineRunId": 70
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ServiceInvokeFailed | The call to the internal service failed. The engineer is resolving the problem. Please wait a moment before trying, or contact customer service for details. | Failed to call the service. Please try again later or contact customer service for details. |
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
| 400 | RoutineBuildTaskNotExist | Routine build task does not exist. | Routine build task does not exist. |
| 400 | RoutineInstanceNotExist | The Routine instance does not exist. | The Routine instance does not exist. |
| 400 | RoutineNotExist | Routine does not exist. | Routine does not exist. |
| 400 | GitAccountNotActive | Git account is not active. | Git account is not active. |
| 400 | GitAccountNotExist | Git account does not exist. | Git account does not exist. |
| 400 | GitAccountAuthExpired | Git account authorization expired. | Git account authorization expired. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.