Mengkueri informasi tentang layanan tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:GetService |
get |
*All Resource
|
None | None |
Sintaks permintaan
GET /2021-04-06/services/{serviceName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| serviceName |
string |
Yes |
Nama layanan. |
demo-service |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| qualifier |
string |
No |
Versi atau alias layanan. |
test |
| X-Fc-Account-Id |
string |
No |
ID akun Alibaba Cloud Anda. |
188077086902**** |
| X-Fc-Date |
string |
No |
Waktu saat fungsi dipanggil. Format nilai: 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. |
||
| createdTime |
string |
The time when the service was created. |
2020-04-03T05:57:28Z |
| description |
string |
The description of the service. |
demo-service-test |
| internetAccess |
boolean |
Specifies whether to allow functions to access the Internet. Valid values:
|
true |
| lastModifiedTime |
string |
The time when the service was last modified. |
2020-04-03T05:57:28Z |
| logConfig | LogConfig |
The logging configurations. Function Compute writes function execution logs to the specified Logstore. |
|
| nasConfig | NASConfig |
The configuration of the Apsara File Storage NAS (NAS) file system. The configuration allows functions in the specified service in Function Compute to access the NAS file system. |
|
| role |
string |
The RAM role that is used to grant required permissions to Function Compute. Scenarios:
|
acs:ram::1234567890:role/fc-test |
| serviceId |
string |
The unique ID generated by the system for the service. |
2d28e0e9-9ba5-4eed-8b1a-d3d9cd24e737 |
| serviceName |
string |
The name of the service. |
demo-service |
| vpcConfig | VPCConfig |
The VPC configurations, which allow functions in the specified service to access the specified VPC. |
|
| tracingConfig | TracingConfig |
The configurations of Managed Service for OpenTelemetry. After you configure Managed Service for OpenTelemetry for a service in Function Compute, you can record the execution durations of requests and internal processing durations of functions, and view the cold start durations. For more information, see Overview. |
|
| ossMountConfig | OSSMountConfig |
The Object Storage Service (OSS) mounting configuration. |
|
| useSLRAuthentication |
boolean |
Indicates whether service-linked role authorization is enabled. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"createdTime": "2020-04-03T05:57:28Z",
"description": "demo-service-test",
"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::1234567890:role/fc-test",
"serviceId": "2d28e0e9-9ba5-4eed-8b1a-d3d9cd24e737",
"serviceName": "demo-service",
"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.