Mengkueri semua resource fungsi yang telah mengaktifkan Tugas asinkron dalam akun saat ini.
Deskripsi operasi
StatefulAsyncInvocation represents asynchronous tasks. Asynchronous tasks (StatefulAsyncInvocation) allow you to manage the states of asynchronous invocations. The asynchronous task feature is more suitable for task scenarios.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:ListStatefulAsyncInvocationFunctions |
get |
*All Resource
|
None | None |
Sintaks permintaan
GET /2021-04-06/stateful-async-invocation-functions HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| limit |
integer |
No |
Jumlah maksimum hasil yang akan dikembalikan. Nilai default: 20. Nilai maksimum: 100. Jumlah hasil yang dikembalikan kurang dari atau sama dengan jumlah yang ditentukan. |
20 |
| nextToken |
string |
No |
Posisi awal kueri. Jika parameter ini dikosongkan, kueri dimulai dari awal. Anda tidak perlu menentukan parameter ini pada pemanggilan pertama. Token untuk kueri berikutnya diperoleh dari hasil yang dikembalikan sebelumnya. |
"" |
| X-Fc-Account-Id |
string |
No |
ID akun Alibaba Cloud Anda. |
12348***** |
| X-Fc-Date |
string |
No |
Waktu saat fungsi dipanggil. Nilai dalam format EEE,d MMM yyyy HH:mm:ss GMT. |
Wed, 11 May 2022 09:00:00 GMT |
| X-Fc-Trace-Id |
string |
No |
ID jejak permintaan untuk API Function Compute. |
duytnd-Xsdfasfd*** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned struct. |
||
| nextToken |
string |
A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists. |
"" |
| data |
array |
The details of returned data. |
|
| AsyncConfigMeta |
The metadata of the service and function to which the asynchronous task belongs. |
Contoh
Respons sukses
JSONformat
{
"nextToken": "\"\"",
"data": [
{
"serviceName": "serviceName",
"functionName": "functionName",
"qualifier": "LATEST"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.