All Products
Search
Document Center

Function Compute:ListTriggers

Last Updated:Oct 08, 2024

Queries the triggers of a function.

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

GET /2023-03-30/functions/{functionName}/triggers HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
functionNamestringYes

The function name.

my-func
prefixstringNo

The trigger name prefix.

my-trigger
nextTokenstringNo

The token for the next page.

MTIzNCNhYmM=
limitintegerNo

The number of triggers returned.

10

Response parameters

ParameterTypeDescriptionExample
ListTriggersOutput

The triggers.

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2024-06-14The API operation is not deprecated.View Change Details
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-06-28Add OperationView Change Details