Queries the triggers of a function.
Authorization information
Request syntax
GET /2021-04-06/services/{serviceName}/functions/{functionName}/triggers
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
serviceName | string | Yes | The name of the function. | demo-service |
functionName | string | Yes | The maximum number of resources to return. Default value: 20. Maximum value: 100. The number of returned resources is less than or equal to the specified number. | demo-function |
limit | integer | No | The token required to obtain more results. You do not need to provide this parameter in the first call. The tokens for subsequent queries are obtained from the returned results. | 20 |
nextToken | string | No | The prefix that the names of returned resources must contain. | f-trigger |
prefix | string | No | The returned resources are sorted in alphabetical order, and the resources that include and follow the resource specified by the startKey parameter are returned. | a |
startKey | string | No | The ID of your Alibaba Cloud account. | a-trigger |
X-Fc-Account-Id | string | No | 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-Date | string | No | The custom request ID. | Wed, 11 May 2022 09:00:00 GMT |
X-Fc-Trace-Id | string | No | The returned data. | my-test-trace-id |
Response parameters
Examples
Sample success responses
JSON
format
{
"nextToken": "f-trigger",
"triggers": [
{
"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:123456xxxx: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"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2021-06-30 | The input parameters of the API operation change. | |||||||||||||||
| ||||||||||||||||
2021-06-30 | The input parameters of the API operation change. | |||||||||||||||
| ||||||||||||||||
2021-06-30 | The input parameters of the API operation change.,The response structure of the API operation changes. | |||||||||||||||
|