Mengkueri pemicu suatu fungsi.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:ListTriggers |
get |
*All Resource
|
None | None |
Sintaks permintaan
GET /2021-04-06/services/{serviceName}/functions/{functionName}/triggers HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| serviceName |
string |
Yes |
Nama layanan. |
demo-service |
| functionName |
string |
Yes |
Nama fungsi. |
demo-function |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| limit |
integer |
No |
Jumlah maksimum sumber daya yang akan dikembalikan. Nilai default: 20. Nilai maksimum: 100. Jumlah sumber daya yang dikembalikan kurang dari atau sama dengan jumlah yang ditentukan. |
20 |
| nextToken |
string |
No |
Token yang diperlukan untuk mendapatkan hasil lainnya. Anda tidak perlu menyediakan parameter ini pada panggilan pertama. Token untuk kueri berikutnya diperoleh dari hasil yang dikembalikan. |
f-trigger |
| prefix |
string |
No |
Awalan yang harus terkandung dalam nama sumber daya yang dikembalikan. |
a |
| startKey |
string |
No |
Sumber daya yang dikembalikan diurutkan berdasarkan urutan abjad, dan sumber daya yang mencakup serta mengikuti sumber daya yang ditentukan oleh parameter startKey akan dikembalikan. |
a-trigger |
| X-Fc-Account-Id |
string |
No |
ID akun Alibaba Cloud Anda. |
188077086902**** |
| X-Fc-Date |
string |
No |
Waktu saat permintaan dimulai di klien. Format nilai adalah: EEE,d MMM yyyy HH:mm:ss GMT. |
Wed, 11 May 2022 09:00:00 GMT |
| X-Fc-Trace-Id |
string |
No |
ID permintaan kustom. |
my-test-trace-id |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| nextToken |
string |
The token used to obtain more results. If this parameter is left empty, all the results are returned. |
f-trigger |
| triggers |
array<object> |
The information about triggers. |
|
|
object |
The details of the trigger. |
||
| createdTime |
string |
The time when the trigger was created. |
2016-08-15T15:00:00.000+0000 |
| invocationRole |
string |
The Alibaba Cloud Resource Name (ARN) of the RAM role that is used by the event source to invoke the function. |
acs:ram::123456xxxx:role/fc-test |
| lastModifiedTime |
string |
The time when the trigger was last modified. |
016-08-15T17:00:00.000+0000 |
| qualifier |
string |
The version or alias of the service. |
LATEST |
| sourceArn |
string |
The ARN of the event source. |
acs:oss:cn-shanghai:123456xxxx:mybucket |
| triggerConfig |
string |
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"}}} |
| triggerName |
string |
The name of the trigger. |
demoTrigger |
| triggerType |
string |
The trigger type. Valid values: oss, log, tablestore, timer, http, cdn_events, mns_topic, and eventbridge. |
oss |
| description |
string |
The description of the trigger. |
trigger for test |
| triggerId |
string |
The unique ID of the trigger. |
3e270f2f-cef2-421a-bc86-ff4e8088**** |
| domainName |
string |
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. Example: |
demo-service-demo-function-jkhksh |
| urlInternet |
string |
The public endpoint. You can access HTTP triggers over the Internet by using HTTP or HTTPS. |
https://svc-func-xxxxxxxx.cn-hangzhou.fcapp.run |
| urlIntranet |
string |
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 |
Contoh
Respons sukses
JSONformat
{
"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"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.