All Products
Search
Document Center

Function Compute (2.0):UpdateTrigger

Last Updated:Apr 18, 2024

Modifies a trigger.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

PUT /2021-04-06/services/{serviceName}/functions/{functionName}/triggers/{triggerName}

Request parameters

ParameterTypeRequiredDescriptionExample
If-MatchstringNo

This parameter is used to ensure that the modified resource is consistent with the resource to be modified. You can obtain the parameter value from the responses of CreateTrigger , GetTrigger , and UpdateTrigger operations.

e19d5cd5af0378da05f63f891c7467af
serviceNamestringYes

The name of the service.

demoService
functionNamestringYes

The name of the function.

demoFunction
triggerNamestringYes

The name of the trigger.

demoTrigger
bodyobjectNo

The definition of the trigger.

invocationRolestringNo

The role that is used by the event source such as Object Storage Service (OSS) to invoke the function. For more information, see Overview .

acs:ram::123456xxxx:role/fc-test
qualifierstringNo

The version or alias of the service.

LATEST
triggerConfigstringNo

The configurations of the trigger. The configurations vary based on the trigger type. For more information about the format, see the following topics:

{"events": ["oss:ObjectCreated:*"], "filter": {"key": {"prefix": "/prefix", "suffix": ".zip"}}}
descriptionstringNo

The description of the trigger.

trigger for test
X-Fc-Account-IdstringNo

The ID of your Alibaba Cloud account.

188077086902****
X-Fc-DatestringNo

The time when the request is initiated on the client. The format of the value is: EEE,d MMM yyyy HH:mm:ss GMT.

Wed, 11 May 2022 09:00:00 GMT
X-Fc-Trace-IdstringNo

The custom request ID.

my-test-trace-id

Response parameters

ParameterTypeDescriptionExample
headersobject
ETagstring

The ETag that is used to modify the trigger. This parameter is used to ensure that the modified trigger is consistent with the trigger to be modified.

5e547e5605e1dc17a78a6191bc18fbc5
object

The definition of the trigger.

createdTimestring

The time when the audio or video file was created.

2016-08-15T15:00:00.000+0000
invocationRolestring

The ARN of the RAM role that is used by the event source to invoke the function.

acs:ram::123456xxxx:role/fc-test
lastModifiedTimestring

The last modification time.

016-08-15T17:00:00.000+0000
qualifierstring

The version or alias of the service.

LATEST
sourceArnstring

The ARN of the event source.

acs:oss:cn-shanghai:12345xxxx:mybucket
triggerConfigstring

The configurations of the trigger. The configurations vary based on the trigger type.

{"events": ["oss:ObjectCreated:*"], "filter": {"key": {"prefix": "/prefix", "suffix": ".zip"}}}
triggerNamestring

The name of the trigger.

demoTrigger
triggerTypestring

The trigger type. Example values: oss, log, tablestore, timer, http, cdn_events, mns_topic, and eventbridge.

oss
descriptionstring

The description of the trigger.

trigger for test
triggerIdstring

The unique ID of the trigger.

3e270f2f-cef2-421a-bc86-ff4e8088****
domainNamestring

The domain name used to invoke the function by using HTTP. You can add this domain name as the prefix to the endpoint of Function Compute. This way, you can invoke the function that corresponds to the trigger by using HTTP. For example, {domainName}.cn-shanghai.fc.aliyuncs.com.

demo-service-demo-function-jkhksh
urlInternetstring

The public domain address. You can access HTTP triggers over the Internet by using HTTP or HTTPS.

https://svc-func-xxxxxxxx.cn-hangzhou.fcapp.run
urlIntranetstring

The private endpoint. In a VPC, you can access HTTP triggers by using HTTP or HTTPS.

https://svc-func-xxxxxxxx.cn-hangzhou-vpc.fcapp.run
statusstring

The current state of the trigger. This parameter is valid only for EventBridge-based triggers.

RUNNING
targetArnstring

The Alibaba Cloud Resource Name (ARN) of the function associated with the trigger.

acs:fc::123456xxxx:services/my-test-service.LATEST/functions/my-test-function

Examples

Sample success responses

JSONformat

{
  "createdTime": "2016-08-15T15:00:00.000+0000",
  "invocationRole": "acs:ram::123456xxxx:role/fc-test",
  "lastModifiedTime": "016-08-15T17:00:00.000+0000",
  "qualifier": "LATEST",
  "sourceArn": "acs:oss:cn-shanghai:12345xxxx:mybucket",
  "triggerConfig": "{\"events\": [\"oss:ObjectCreated:*\"], \"filter\": {\"key\": {\"prefix\": \"/prefix\", \"suffix\": \".zip\"}}}",
  "triggerName": "demoTrigger",
  "triggerType": "oss",
  "description": "trigger for test",
  "triggerId": "3e270f2f-cef2-421a-bc86-ff4e8088****",
  "domainName": "demo-service-demo-function-jkhksh",
  "urlInternet": "https://svc-func-xxxxxxxx.cn-hangzhou.fcapp.run",
  "urlIntranet": "https://svc-func-xxxxxxxx.cn-hangzhou-vpc.fcapp.run",
  "status": "RUNNING",
  "targetArn": "acs:fc::123456xxxx:services/my-test-service.LATEST/functions/my-test-function"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-12-29The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.
2021-06-30The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: X-Fc-Account-Id
    Added Input Parameters: X-Fc-Code-Checksum
    Added Input Parameters: X-Fc-Log-Type
    Added Input Parameters: X-Fc-Invocation-Type
    Added Input Parameters: X-Fc-Date
    Added Input Parameters: X-Fc-Trace-Id
2021-06-30The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.