Terminates a change process.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ManageApplication |
update |
*Application
|
None | None |
Request syntax
PUT /pop/v5/changeorder/change_order_abort HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ChangeOrderId |
string |
Yes |
The ID of the change process. You can call the GetChangeOrderInfo operation to query the change process ID. |
4f038ddf-b27b-****-****-88e44375**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code that is returned. |
200 |
| Message |
string |
The additional information that is returned. |
success |
| RequestId |
string |
The ID of the request. |
57F146F6-3C94-****-****-A66EF4B9***** |
| TraceId |
string |
The ID of the trace. |
0b59000b15947****55688656d**** |
| ErrorCode |
string |
The error code that is returned. |
success |
| Data |
object |
The change process. |
|
| ChangeOrderId |
string |
The ID of the change process. |
4f038ddf-b27b-****-****-88e44375**** |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"RequestId": "57F146F6-3C94-****-****-A66EF4B9*****",
"TraceId": "0b59000b15947****55688656d****",
"ErrorCode": "success",
"Data": {
"ChangeOrderId": "4f038ddf-b27b-****-****-88e44375****"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.