调用DescribeCustomRoutingEndpointGroup接口查询自定义路由类型监听关联的指定终端节点组配置信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
ga:DescribeCustomRoutingEndpointGroup |
get |
*CustomRoutingEndpointGroup
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
全球加速实例所在的地域 ID,仅取值cn-hangzhou。 |
cn-hangzhou |
| EndpointGroupId |
string |
是 |
待查询的终端节点组 ID。 |
epg-bp1dmlohjjz4kqaua**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回信息列表。 |
||
| RequestId |
string |
请求 ID。 |
04F0F334-1335-436C-A1D7-6C044FE73368 |
| AcceleratorId |
string |
全球加速实例 ID。 |
ga-bp1odcab8tmno0hdq**** |
| ListenerId |
string |
自定义路由类型监听 ID。 |
lsr-bp1bpn0kn908w4nbw**** |
| EndpointGroupId |
string |
终端节点组 ID。 |
epg-bp1dmlohjjz4kqaua**** |
| Name |
string |
终端节点组名称。 |
group1 |
| Description |
string |
终端节点组的描述信息。 |
EndpointGroup |
| EndpointGroupIpList |
array |
终端节点组出公网 IP 列表。 |
|
|
string |
终端节点组出公网 IP 列表。 |
203.0.XX.XX |
|
| EndpointGroupUnconfirmedIpList |
array |
全球加速实例升级后新增待确认的终端节点组出公网 IP 列表。 |
|
|
string |
全球加速实例升级后新增待确认的终端节点组 IP 列表。 |
203.0.XX.XX |
|
| EndpointGroupRegion |
string |
终端节点组所属的地域 ID。 |
cn-hangzhou |
| State |
string |
终端节点组的状态。
|
active |
| SlsRegion |
string |
在日志服务中创建的日志信息所属地域。 |
cn-hangzhou |
| SlsProjectName |
string |
日志项目(Project)名称。 |
pn-01 |
| SlsLogStoreName |
string |
日志库(Logstore)名称。 |
lsn-01 |
| AccessLogSwitch |
string |
日志绑定状态。
|
on |
| EnableAccessLog |
boolean |
是否开启了访问日志。
|
true |
| ServiceId |
string |
托管实例所属的服务方 ID。 说明
仅在 ServiceManaged 参数为 True 时有效。 |
ALB |
| ServiceManaged |
boolean |
是否为托管实例。取值:
|
true |
| ServiceManagedInfos |
array<object> |
用户在此托管实例下可执行的动作策略列表。 说明
|
|
|
object |
用户可在该托管实例执行的动作策略列表。 |
||
| Action |
string |
托管策略动作名称,取值:
|
Update |
| ChildType |
string |
子资源类型,取值:
说明
仅在 Action 参数为 CreateChild 时有效 |
Listener |
| IsManaged |
boolean |
托管策略动作是否被托管,取值:
|
false |
示例
正常返回示例
JSON格式
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
"AcceleratorId": "ga-bp1odcab8tmno0hdq****",
"ListenerId": "lsr-bp1bpn0kn908w4nbw****",
"EndpointGroupId": "epg-bp1dmlohjjz4kqaua****",
"Name": "group1",
"Description": "EndpointGroup",
"EndpointGroupIpList": [
"203.0.XX.XX"
],
"EndpointGroupUnconfirmedIpList": [
"203.0.XX.XX"
],
"EndpointGroupRegion": "cn-hangzhou",
"State": "active",
"SlsRegion": "cn-hangzhou",
"SlsProjectName": "pn-01",
"SlsLogStoreName": "lsn-01",
"AccessLogSwitch": "on",
"EnableAccessLog": true,
"ServiceId": "ALB",
"ServiceManaged": true,
"ServiceManagedInfos": [
{
"Action": "Update",
"ChildType": "Listener",
"IsManaged": false
}
]
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 500 | UnknownError | An error occurred while processing your request. Please try again. If the error persists, please submit a ticket. | 处理请求时出现错误,请稍后重试。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。