Menghentikan pesanan perubahan dan melakukan rollback pada aplikasi terkait.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:AbortAndRollbackChangeOrder |
*全部资源
|
None | None |
Sintaks permintaan
PUT /pop/v1/sam/changeorder/AbortAndRollbackChangeOrder HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ChangeOrderId |
string |
Yes |
ID pesanan perubahan. |
ba386059-69b1-4e65-b1e5-0682d9fa**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
91F93257-7A4A-4BD3-9A7E-2F6EAE6D**** |
| Message |
string |
The returned message. |
success |
| TraceId |
string |
The trace ID that is used to query the details of the request. |
0a98a02315955564772843261e**** |
| Data |
object |
The details of the change order. |
|
| ChangeOrderId |
string |
The ID of the change order. |
ba386059-69b1-4e65-b1e5-0682d9fa**** |
| ErrorCode |
string |
The error code. Valid values:
|
success |
| Code |
string |
The HTTP status code. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the change order was terminated. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"Message": "success",
"TraceId": "0a98a02315955564772843261e****",
"Data": {
"ChangeOrderId": "ba386059-69b1-4e65-b1e5-0682d9fa****"
},
"ErrorCode": "success",
"Code": "200",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.NotEmpty | You must specify the parameter %s. | |
| 400 | Resouce.no.permission | You are not authorized to operate on the specified resources. | |
| 400 | InvalidChangeOrder.NotFound | The current change order does not exist. | |
| 400 | Application.ChangerOrder.Not.Running | The change order is not running and cannot be terminated. | |
| 400 | System.Upgrading | The system is being upgraded. Please try again later. | |
| 400 | Application.ChangerOrderRunning | An application change process is in progress. Please try again later. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.