Call the RetryChangeOrderTask operation to retry a failed change order task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
none |
*Application
|
None | None |
Request syntax
GET /pop/v5/changeorder/task_retry HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
string |
Yes |
The ID of the change order task. |
823-bhjf-23u4-eiuf* |
| RetryStatus |
boolean |
No |
The retry status. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The status of the API call or a POP error code. |
200 |
| Message |
string |
The returned message. |
success |
| Data |
string |
Information about the retry. |
success retry task |
| RequestId |
string |
The ID of the request. |
4823-bhjf-23u4-eiufh |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"Data": "success retry task",
"RequestId": "4823-bhjf-23u4-eiufh"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.