Mencantumkan konfigurasi konkurensi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:ListConcurrencyConfigs |
list |
*全部资源
|
None | None |
Sintaks permintaan
GET /2023-03-30/concurrency-configs HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| functionName |
string |
No |
Nama fungsi. Jika Anda tidak menentukan parameter ini, konfigurasi konkurensi dari semua fungsi akan dicantumkan. |
my-func |
| nextToken |
string |
No |
Token untuk paginasi. |
MTIzNCNhYmM= |
| limit |
integer |
No |
Jumlah maksimum hasil yang akan dikembalikan. |
10 |
Elemen respons
|
Element |
Type |
Description |
Example |
| ListConcurrencyConfigsOutput |
Daftar konfigurasi konkurensi. |
Contoh
Respons sukses
JSONformat
{
"configs": [
{
"functionArn": "acs:fc:cn-shanghai:123:functions/demo",
"reservedConcurrency": 10
}
],
"nextToken": "next_token"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.