Queries all the functions with the asynchronous task feature enabled within the current account.
Operation Description
The metadata of the service and function to which the asynchronous task belongs.
Authorization information
Request syntax
GET /2021-04-06/stateful-async-invocation-functions
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
limit | integer | No | The latest version of Function Compute API. | 20 |
nextToken | string | No | Alibaba Cloud provides SDKs for multiple programming languages to help you integrate Alibaba Cloud services by using APIs. We recommend that you use an SDK to call API operations. This frees you from manual signature verification. | "" |
X-Fc-Account-Id | string | No | It is a tool used to manage and configure Alibaba Cloud resources. After simple installation and configuration, you can use Alibaba Cloud CLI to manage multiple Alibaba Cloud services and migrate your data and business to the cloud with ease. | 12348***** |
X-Fc-Date | string | No | The token used to obtain more results. If this parameter is left empty, all the results are returned. | Wed, 11 May 2022 09:00:00 GMT |
X-Fc-Trace-Id | string | No | The details of returned data. | duytnd-Xsdfasfd*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"nextToken": "\"\"",
"data": [
{
"serviceName": "serviceName",
"functionName": "functionName",
"qualifier": "LATEST"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.