Obtains a list of endpoints of service groups.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eas:DescribeGroupEndpoints |
get |
*All Resource
|
None | None |
Request syntax
GET /api/v2/groups/{ClusterId}/{GroupName}/endpoints HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
No |
The region ID. |
cn-hangzhou |
| GroupName |
string |
Yes |
The service group name. For more information about how to obtain the service group name, see ListServices. |
xx_test_group |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
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 |
Examples
Success response
JSON format
{
"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
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.