Mengkueri hasil beberapa operasi asinkron yang dilakukan pada instans Network Load Balancer (NLB).
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nlb:ListAsynJobs |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| JobIds |
array |
No |
ID Tugas. |
|
|
string |
No |
The ID of the asynchronous job. |
bfb728bf-53a8-4886-84cb-829****** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
365F4154-92F6-4AE4-92F8-7FF3****** |
| Jobs |
array<object> |
The queried tasks. |
|
|
object |
The queried task. |
||
| Id |
string |
The task ID. |
365F4154-92F6-4AE4-92F8-7FF34B5**** |
| Status |
string |
The status of the task. Valid values:
|
Succeeded |
| TotalCount |
string |
The number of entries returned. |
1000 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "365F4154-92F6-4AE4-92F8-7FF3******",
"Jobs": [
{
"Id": "365F4154-92F6-4AE4-92F8-7FF34B5****",
"Status": "Succeeded"
}
],
"TotalCount": "1000"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | SystemBusy | System is busy, please try again later. | |
| 403 | Forbidden.NoPermission | Authentication is failed for NoPermission. | Authentication is failed for NoPermission. |
| 404 | ResourceNotFound.JobId | The specified resource of JobId is not found. | The specified JobId resource was not found. Please check the input parameters. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.