日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeIstioGatewayRoutes - 查詢ASM網關的路由列表

調用DescribeIstioGatewayRoutes查詢ASM網關的路由列表。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
ServiceMeshIdstring

服務網格實例 ID

c08ba3fd1e6484b0f8cc1ad8fe10d****
IstioGatewayNamestring

ASM 網關名稱

ingressgateway

返回參數

名稱類型描述示例值
object

響應體。

ManagementRoutesobject []

路由列表。

ASMGatewayNamestring

ASM 網關名稱。

ingressgateway
RouteNamestring

路由名稱。

http-route
RoutePathstring

路由請求路由。

/reviews/v1
Statusinteger

網關路由狀態,取值:

  • 0:在線。

  • 1:下線。

  • 2:創建或更新錯誤。

1
Priorityinteger

路由優先級。整數,數字越小,優先級越高。

1
Descriptionstring

路由描述

demo route
Namespacestring

命名空間。

istio-demo
DestinationHostarray

匹配的請求域名列表

string

請求域名

test.asm.aliyun.com
DestinationSubSetarray

目標服務子集的列表。

string

目標服務子集

v1
RequestIdstring

請求 ID

31d3a0f0-07ed-4f6e-9004-1804498c****

示例

正常返回示例

JSON格式

{
  "ManagementRoutes": [
    {
      "ASMGatewayName": "ingressgateway",
      "RouteName": "http-route",
      "RoutePath": "/reviews/v1",
      "Status": 1,
      "Priority": 1,
      "Description": "demo route",
      "Namespace": "istio-demo",
      "DestinationHost": [
        "test.asm.aliyun.com"
      ],
      "DestinationSubSet": [
        "v1"
      ]
    }
  ],
  "RequestId": "31d3a0f0-07ed-4f6e-9004-1804498c****"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
500ERR500An internal server error occurred.后端服務異常

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2022-08-25OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更看變更集
變更項變更內容
錯誤碼OpenAPI 錯誤碼發生變更
    刪除錯誤碼:500
出參OpenAPI 返回結構發生變更