調用DescribeCustomRoutingEndpointGroup介面查詢自訂路由類型監聽關聯的指定終端節點群組配置資訊。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
ga:DescribeCustomRoutingEndpointGroup |
get |
*CustomRoutingEndpointGroup
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RegionId |
string |
是 |
Global Acceleration執行個體所在的地區 ID,僅取值cn-hangzhou。 |
cn-hangzhou |
| EndpointGroupId |
string |
是 |
待查詢的終端節點群組 ID。 |
epg-bp1dmlohjjz4kqaua**** |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回資訊列表。 |
||
| RequestId |
string |
請求 ID。 |
04F0F334-1335-436C-A1D7-6C044FE73368 |
| AcceleratorId |
string |
Global Acceleration執行個體 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 |
Global Acceleration執行個體升級後新增待確認的終端節點群組出公網 IP 列表。 |
|
|
string |
Global Acceleration執行個體升級後新增待確認的終端節點群組 IP 列表。 |
203.0.XX.XX |
|
| EndpointGroupRegion |
string |
終端節點群組所屬的地區 ID。 |
cn-hangzhou |
| State |
string |
終端節點群組的狀態。
|
active |
| SlsRegion |
string |
在Log Service中建立的日誌資訊所屬地區。 |
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. | 處理請求時出現錯誤,請稍後重試。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。