Mengambil daftar Titik akhir kelompok layanan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eas:DescribeGroupEndpoints |
get |
*全部资源
|
None | None |
Sintaks permintaan
GET /api/v2/groups/{ClusterId}/{GroupName}/endpoints HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
No |
ID wilayah. |
cn-hangzhou |
| GroupName |
string |
Yes |
Nama kelompok layanan. Untuk informasi selengkapnya tentang cara mendapatkan nama kelompok layanan, lihat ListServices. |
xx_test_group |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
890772EF-3AD6-129A-8E15-8F349C944783 |
| Message |
string |
The response message. |
执行成功。 |
| AccessToken |
string |
The service token. |
Nzc5N2FhNTM4OTQ0YzBmYTIy****ZTUxN2NkYjg4MTJmMWQxZmY1**** |
| Endpoints |
array<object> |
The endpoints of the service group. |
|
|
object |
|||
| EndpointType |
string |
The service endpoint type. Valid values:
|
PrivateGateway |
| BackendId |
string |
The backend access ID, which varies based on the value of the EndpointType parameter.
|
gw-26340kjxjx8l3r**** |
| PathType |
string |
The path type. Valid values:
|
Group |
| IntranetEndpoints |
array |
The full endpoint. |
|
|
string |
The full endpoint. |
http://gw-26340kjxjx8l3r****-vpc.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group |
|
| InternetEndpoints |
array |
The full endpoint. |
|
|
string |
The full endpoint. |
http://gw-26340kjxjx8l3r****.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group |
|
| Port |
integer |
The port number. This parameter takes effect only when you associate the service with an NLB or Nacos instance. |
8080 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "890772EF-3AD6-129A-8E15-8F349C944783",
"Message": "执行成功。",
"AccessToken": "Nzc5N2FhNTM4OTQ0YzBmYTIy****ZTUxN2NkYjg4MTJmMWQxZmY1****",
"Endpoints": [
{
"EndpointType": "PrivateGateway",
"BackendId": "gw-26340kjxjx8l3r****",
"PathType": "Group",
"IntranetEndpoints": [
"http://gw-26340kjxjx8l3r****-vpc.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group"
],
"InternetEndpoints": [
"http://gw-26340kjxjx8l3r****.cn-hangzhou.pai-eas.aliyuncs.com/api/predict/xx_test_group"
],
"Port": 8080
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.