Queries all asynchronous configurations of a function.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /2023-03-30/async-invoke-configs HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
functionName | string | No | The function name. If you do not configure this parameter, the asynchronous invocation configurations of all functions are displayed. | my-func |
nextToken | string | No | The paging information. This parameter specifies the start point of the query. | MTIzNCNhYmM= |
limit | integer | No | The maximum number of entries to be returned. | 10 |
Response parameters
Examples
Sample success responses
JSON
format
{
"configs": [
{
"asyncTask": true,
"createdTime": "2006-01-02T15:04:05Z07:00",
"destinationConfig": {
"onFailure": {
"destination": "acs:fc:cn-shanghai:xxx:functions/f1"
},
"onSuccess": {
"destination": "acs:fc:cn-shanghai:xxx:functions/f1"
}
},
"functionArn": "acs:fc:cn-shanghai:1234/functions/my-func",
"lastModifiedTime": "2006-01-02T15:04:05Z07:00",
"maxAsyncEventAgeInSeconds": 3600,
"maxAsyncRetryAttempts": 3
}
],
"nextToken": "8bj81uI8n****"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-02-22 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-08-30 | API Description Update | View Change Details |
2023-08-30 | API Description Update. The response structure of the API has changed | View Change Details |
2023-06-28 | Add Operation | View Change Details |