You can call the AbortAndRollbackChangeOrder operation to stop and roll back a change order for applications in Container Service for Kubernetes (ACK) clusters.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
get |
*Application
|
None | None |
Request syntax
PUT /pop/v5/changeorder/change_order_abort_and_rollback HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ChangeOrderId |
string |
Yes |
The ID of the change order. |
6b55106c-c7f2-40f7-a1d4-092870***** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response to the request. |
||
| Code |
integer |
The HTTP status code. |
200 |
| Message |
string |
The returned message. |
success |
| RequestId |
string |
The ID of the request. |
81E0B333-2871-****-****-B8F5FF43**** |
| TraceId |
string |
The ID of the call chain. |
210f07bf1640239405712621****** |
| ErrorCode |
string |
The error code. |
success |
| Data |
object |
The information about the change order. |
|
| ChangeOrderId |
string |
The ID of the change order. |
4f40e616-cdcd-4250-a018-efd459****** |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"RequestId": "81E0B333-2871-****-****-B8F5FF43****",
"TraceId": "210f07bf1640239405712621******",
"ErrorCode": "success",
"Data": {
"ChangeOrderId": "4f40e616-cdcd-4250-a018-efd459******"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.