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

DescribeImportedServicesDetail - 獲取ASM網(wǎng)關(guān)已導(dǎo)入服務(wù)的詳細信息

調(diào)用DescribeImportedServicesDetail獲取ASM網(wǎng)關(guān)已導(dǎo)入服務(wù)的詳細信息。

調(diào)試

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

授權(quán)信息

當(dāng)前API暫無授權(quán)信息透出。

請求參數(shù)

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

服務(wù)網(wǎng)格 ID

cb8963379255149cb98c8686f274x****
ASMGatewayNamestring

網(wǎng)關(guān)名稱

ingressgateway
ServiceNamespacestring

服務(wù)所在命名空間

default

返回參數(shù)

名稱類型描述示例值
object

響應(yīng)內(nèi)容

RequestIdstring

請求 ID

E0496204-7586-5B4C-B364-2361CC0EDxxxx
Detailsobject []

服務(wù)詳細信息列表

ServiceNamestring

服務(wù)名稱

productpage
Namespacestring

服務(wù)所在命名空間

default
Labelsobject

標(biāo)簽列表

string

服務(wù)定義的相關(guān)標(biāo)簽信息

app: productpage
ClusterIdsarray

數(shù)據(jù)面集群列表

string

服務(wù)所在的集群 ID

c7894c929677643a5bfe1a732d778****
ServiceTypestring

服務(wù)類型

Kubernetes
Portsobject []

服務(wù)聲明的端口列表

Namestring

端口名稱

http-0
Protocolstring

端口對應(yīng)協(xié)議

tcp
Portinteger

端口

80
TargetPortinteger

容器端口

8080
NodePortinteger

節(jié)點端口

12345

示例

正常返回示例

JSON格式

{
  "RequestId": "E0496204-7586-5B4C-B364-2361CC0EDxxxx",
  "Details": [
    {
      "ServiceName": "productpage",
      "Namespace": "default",
      "Labels": {
        "key": "app: productpage"
      },
      "ClusterIds": [
        "c7894c929677643a5bfe1a732d778****"
      ],
      "ServiceType": "Kubernetes",
      "Ports": [
        {
          "Name": "http-0",
          "Protocol": "tcp",
          "Port": 80,
          "TargetPort": 8080,
          "NodePort": 12345
        }
      ]
    }
  ]
}

錯誤碼

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

變更歷史

變更時間變更內(nèi)容概要操作
暫無變更歷史