Mengonfirmasi apakah akan memulai batch berikutnya.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:ConfirmPipelineBatch |
none |
*全部资源
|
None | None |
Sintaks permintaan
GET /pop/v1/sam/changeorder/ConfirmPipelineBatch HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PipelineId |
string |
Yes |
ID pipeline. Untuk mendapatkan ID, panggil operasi DescribeChangeOrder. |
e2e-vds-feh-*** |
| Confirm |
boolean |
Yes |
Apakah akan memulai batch berikutnya. Nilai valid:
|
true |
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. You can use this ID to look up the details of the call. |
0a98a02315955564772843261e**** |
| Data |
object |
The pipeline information. |
|
| PipelineId |
string |
The pipeline ID. |
e2e-vds-feh-*** |
| ErrorCode |
string |
The error code.
|
|
| Code |
string |
The HTTP status code for the request.
|
200 |
| Success |
boolean |
Indicates whether the batch confirmation was successful.
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"Message": "success",
"TraceId": "0a98a02315955564772843261e****",
"Data": {
"PipelineId": "e2e-vds-feh-***"
},
"ErrorCode": "",
"Code": "200",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.NotEmpty | You must specify the parameter %s. | |
| 400 | System.Upgrading | The system is being upgraded. Please try again later. | |
| 400 | InvalidParameter.WithMessage | The parameter is invalid {%s}: %s | |
| 400 | Pipeline.Can.Not.Start.Next.Batch | You cannot start the next batch under the current status. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.