Mengkueri daftar layanan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:ListServices |
get |
*Service
|
None | None |
Sintaks permintaan
GET /2021-04-06/services HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| limit |
integer |
No |
Jumlah maksimum sumber daya yang akan dikembalikan. Nilai default: 20. Nilai tidak boleh melebihi 100. Jumlah konfigurasi yang dikembalikan kurang dari atau sama dengan jumlah yang ditentukan. |
20 |
| nextToken |
string |
No |
Posisi awal kueri. Jika parameter ini dikosongkan, kueri dimulai dari awal. Anda tidak perlu menentukan parameter ini pada kueri pertama. Jika jumlah tugas asinkron melebihi batas, parameter nextToken akan dikembalikan, yang nilainya dapat digunakan pada pemanggilan berikutnya untuk mendapatkan hasil lebih lanjut. |
caeba0****be03f84eb48b699f0a4883 |
| prefix |
string |
No |
Awalan yang harus terkandung dalam nama sumber daya yang dikembalikan. Jika awalan nama adalah a, nama sumber daya yang dikembalikan harus dimulai dengan a. |
prefix_text |
| startKey |
string |
No |
Sumber daya yang dikembalikan diurutkan berdasarkan Pesanan abjad, dan sumber daya yang mencakup serta mengikuti sumber daya yang ditentukan oleh parameter startKey akan dikembalikan. |
nextService |
| X-Fc-Account-Id |
string |
No |
ID akun Alibaba Cloud Anda. |
188077086902**** |
| X-Fc-Date |
string |
No |
Pengatur waktu saat fungsi dipanggil. Formatnya 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. |
rid281s****** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The definition of the service. |
||
| nextToken |
string |
The token used to obtain more results. If this parameter is left empty, all the results are returned. |
caeba0****be03f84eb48b699f0a4883 |
| services |
array<object> |
The queried services. |
|
|
object |
The information about the service. |
||
| createdTime |
string |
The time when the service was created. |
2020-04-03T05:57:28Z |
| description |
string |
The description of the service. |
test_description |
| internetAccess |
boolean |
Indicates whether to allow functions to access the Internet. Valid values:
|
true |
| lastModifiedTime |
string |
The last time when the service was updated. |
2020-04-03T05:57:28Z |
| logConfig | LogConfig |
The logging configurations. Function Compute writes function execution logs to the specified Logstores. |
|
| nasConfig | NASConfig |
The configurations of the File Storage NAS (NAS) file system. These configurations allow functions to access the specified NAS resources. |
|
| role |
string |
The Alibaba Cloud Resource Name (ARN) of the RAM role that is used to grant required permissions to Function Compute. The RAM role is used in the following scenarios:
|
acs:ram::198613743****:role/fc-public-test |
| serviceId |
string |
The ID generated by the system for each service, which is globally unique. |
c910061f-****-44e6-b659-***c |
| serviceName |
string |
The name of the service. |
service_name |
| vpcConfig | VPCConfig |
The configurations of virtual private clouds (VPCs). These configurations allow Function Compute to access the specified VPC resources. |
|
| tracingConfig | TracingConfig |
The configurations of Managed Service for OpenTelemetry. After you configure Managed Service for OpenTelemetry for functions in Function Compute, you can record the execution durations of requests and internal processing durations of functions, and view the cold start latencies. For more information, see Overview. |
|
| ossMountConfig | OSSMountConfig |
The Object Storage Service (OSS) mounting configurations. |
|
| useSLRAuthentication |
boolean |
Indicates whether service-linked role authorization is enabled. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"nextToken": "caeba0****be03f84eb48b699f0a4883",
"services": [
{
"createdTime": "2020-04-03T05:57:28Z",
"description": "test_description",
"internetAccess": true,
"lastModifiedTime": "2020-04-03T05:57:28Z",
"logConfig": {
"logstore": "test-prj",
"project": "test-logstore",
"enableRequestMetrics": true,
"enableInstanceMetrics": true,
"logBeginRule": "DefaultRegex"
},
"nasConfig": {
"groupId": 100,
"mountPoints": [
{
"mountDir": "/home/test",
"serverAddr": "***-uni85.cn-hangzhou.nas.aliyuncs.com:/",
"enableTLS": false
}
],
"userId": 100
},
"role": "acs:ram::198613743****:role/fc-public-test",
"serviceId": "c910061f-****-44e6-b659-***c",
"serviceName": "service_name",
"vpcConfig": {
"securityGroupId": "sg-bp18hj1wtxgy3b0***",
"vSwitchIds": [
"vsw-bp1ozpcrdc6r****"
],
"vpcId": "vpc-***",
"role": "acs:ram::1234567890:role/fc-test"
},
"tracingConfig": {
"type": "Jaeger",
"params": {
"key": "{\"endpoint\": \"tracing_analysis_jaeger_endpoint\"}"
}
},
"ossMountConfig": {
"mountPoints": [
{
"bucketName": "my-bucket",
"mountDir": "/mnt/dir",
"readOnly": true,
"endpoint": "http://oss-cn-shanghai.aliyuncs.com",
"bucketPath": "/my-dir"
}
]
},
"useSLRAuthentication": true
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.