All Products
Search
Document Center

Function Compute:CreateTrigger

Last Updated:Jun 02, 2023

A trigger is created.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

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

Request parameters

ParameterTypeRequiredDescriptionExample
serviceNamestringYes

The name of the function.

demoService
functionNamestringYes

The definition of the trigger.

demoFunction
bodyobjectYes

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

invocationRolestringNo

The version or alias of the service.

acs:ram::1234567890:role/fc-test
qualifierstringNo

The Alibaba Cloud Resource Name (ARN) of the event source for the trigger.

LATEST
sourceArnstringNo

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

acs:oss:cn-shanghai:12345:mybucket
triggerConfigstringYes

The name of the trigger. The name contains only letters, digits, hyphens (-), and underscores (_). The name must be 1 to 128 characters in length and cannot start with a digit or hyphen (-).

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

The type of the trigger. Valid values:

  • oss: OSS event trigger. For more information, see Overview.
  • log: Log Service trigger. For more information, see Overview.
  • timer: time trigger. For more information, see Overview.
  • http: HTTP trigger. For more information, see Overview.
  • tablestore: Tablestore trigger. For more information, see Overview.
  • cdn_events: CDN event trigger. For more information, see Overview.
  • mns_topic: MNS topic trigger. For more information, see Overview.
oss_create_object_demo
triggerTypestringYes

The description of the trigger.

Enumeration Value:
  • cdn_events
  • timer
  • log
  • mns_topic
  • eventbridge
  • http
  • oss
  • tablestore
oss
descriptionstringNo

The ID of your Alibaba Cloud account.

trigger for test
X-Fc-Account-IdstringNo

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

188077086902****
X-Fc-DatestringNo

The custom request ID.

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

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.

my-test-trace-id

Response parameters

ParameterTypeDescriptionExample
headersobject
ETagstring

The definition of the trigger.

5e547e5605e1dc17a78a6191bc18fbc5
object

The time when the trigger was created.

createdTimestring

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

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

The time when the trigger was last modified.

acs:ram::1234567890:role/fc-test
lastModifiedTimestring

The version of the service.

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

The ARN of the event source.

LATEST
sourceArnstring

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

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

The name of the trigger. The name contains only letters, digits, hyphens (-), and underscores (_). The name must be 1 to 128 characters in length and cannot start with a digit or hyphen (-).

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

The trigger type, such as oss, log, tablestore, timer, http, cdn_events, and mns_topic.

oss_create_object_trigger_demo
triggerTypestring

The description of the trigger.

oss
descriptionstring

The unique ID of the trigger.

trigger for test
triggerIdstring

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.

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

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

demo-service-demo-function-jkhksh
urlInternetstring

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

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

Examples

Sample success responses

JSONformat

{
  "createdTime": "2016-08-15T15:00:00.000+0000",
  "invocationRole": "acs:ram::1234567890:role/fc-test",
  "lastModifiedTime": "016-08-15T17:00:00.000+0000",
  "qualifier": "LATEST",
  "sourceArn": "acs:oss:cn-shanghai:12345:mybucket",
  "triggerConfig": "{\"events\": [\"oss:ObjectCreated:*\"], \"filter\": {\"key\": {\"prefix\": \"/prefix\", \"suffix\": \".zip\"}}}",
  "triggerName": "oss_create_object_trigger_demo",
  "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"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2021-06-30The input parameters of the API operation change.
Change itemChange content
Input ParametersThe input parameters of the API operation change.
    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 input parameters of the API operation change.
Change itemChange content
Input ParametersThe input parameters of the API operation change.
    Added Input Parameters: X-Fc-Account-Id
2021-06-30The input parameters of the API operation change.,The response structure of the API operation changes.
Change itemChange content
Input ParametersThe input parameters of the API operation change.
    delete Input Parameters: X-Fc-Account-Id
Output ParametersThe response structure of the API operation changes.