All Products
Search
Document Center

Function Compute:PutAsyncInvokeConfig

Last Updated:Nov 06, 2024

Creates or modifies an asynchronous invocation configuration for a function.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

PUT /2023-03-30/functions/{functionName}/async-invoke-config HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyPutAsyncInvokeConfigInputYes

The asynchronous invocation configurations.

functionNamestringYes

The function name.

my-func
qualifierstringNo

The version or alias of the function.

LATEST

Response parameters

ParameterTypeDescriptionExample
AsyncConfig

The asynchronous invocation configurations.

Examples

Sample success responses

JSONformat

{
  "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
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-02-22The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-08-30API Description UpdateView Change Details
2023-08-30API Description Update. The response structure of the API has changedView Change Details
2023-07-05The request parameters of the API has changedView Change Details
2023-06-28Add OperationView Change Details