Queries the triggers of a function.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /2023-03-30/functions/{functionName}/triggers HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
functionName | string | Yes | The function name. | my-func |
prefix | string | No | The trigger name prefix. | my-trigger |
nextToken | string | No | The token for the next page. | MTIzNCNhYmM= |
limit | integer | No | The number of triggers returned. | 10 |
Response parameters
Examples
Sample success responses
JSON
format
{
"nextToken": "next_token",
"triggers": [
{
"createdTime": "",
"description": "",
"httpTrigger": {
"urlInternet": "https://svc-func-xxxxxxxx.cn-hangzhou.fcapp.run",
"urlIntranet": "https://svc-func-xxxxxxxx.cn-hangzhou-vpc.fcapp.run"
},
"invocationRole": "",
"lastModifiedTime": "",
"qualifier": "",
"sourceArn": "",
"status": "",
"targetArn": "",
"triggerConfig": "",
"triggerId": "",
"triggerName": "",
"triggerType": ""
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-14 | The API operation is not deprecated. | View Change Details |
2024-02-22 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-08-30 | API Description Update | View Change Details |
2023-08-30 | API Description Update. The response structure of the API has changed | View Change Details |
2023-06-28 | Add Operation | View Change Details |