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

GetEdgeContainerApp - 獲取邊緣容器的應用信息

獲取邊緣容器的應用信息,包括應用基礎配置、健康檢查等信息。

調試

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

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
esa:GetEdgeContainerAppnone
*全部資源
*

請求參數

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

應用 ID,可使用 ListEdgeContainerApps 接口獲取應用 ID。

app-88068867578379****

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

156A6B-677B1A-4297B7-9187B7-2B44792
Appobject

應用基礎信息

Statusstring

應用的狀態信息,取值為:

  • creating:創建中
  • failed:創建失敗
  • created:創建成功
created
GatewayTypestring

網關類型,可能值:

  • l7:七層網關
  • l4:四層網關
l7
CreateTimestring

創建時間。

2023-07-25T05:58:05Z
VersionCountinteger

應用版本數量。

1
DomainNamestring

當前應用綁定的域名,如果未綁定,則為空字符串。

www.1feel.cn
Remarksstring

應用的備注信息。

test app
ServicePortinteger

服務端端口號,范圍 1~65535。

80
AppIdstring

應用 ID。

app-88068867578379****
TargetPortinteger

后端端口,也是應用的服務端口,范圍 1~65535。

80
QuicCidstring

是否開啟 QUIC 支持。

false
Namestring

應用名稱

test-app1
UpdateTimestring

應用的上次修改時間。日期格式按照 ISO8601 表示法,并使用 UTC 時間,格式為 yyyy-MM-ddTHH:mm:ssZ。

2023-03-26T02:35:58Z
HealthCheckobject

表示健康檢查信息的對象。

Timeoutinteger

應用健康檢查超時時間,單位為秒。

60
Typestring

應用健康檢查類型,取值:

  • l7
  • l4
l7
Hoststring

應用健康檢查的域名。

test.com
Intervalinteger

應用健康檢查的間隔時間,單位秒。

5
SuccTimesinteger

應用的健康檢查連續成功次數。

3
Methodstring

應用的健康檢查的方法。

HEAD
HttpCodestring

應用的健康檢查成功的狀態碼范圍。

http_2xx
FailTimesinteger

應用的健康檢查連續失敗次數。

5
Portinteger

應用的健康檢查端口。

80
Uristring

應用的健康檢查的路徑。

/health_check

示例

正常返回示例

JSON格式

{
  "RequestId": "156A6B-677B1A-4297B7-9187B7-2B44792",
  "App": {
    "Status": "created",
    "GatewayType": "l7",
    "CreateTime": "2023-07-25T05:58:05Z",
    "VersionCount": 1,
    "DomainName": "www.1feel.cn",
    "Remarks": "test app",
    "ServicePort": 80,
    "AppId": "app-88068867578379****",
    "TargetPort": 80,
    "QuicCid": "false",
    "Name": "test-app1",
    "UpdateTime": "2023-03-26T02:35:58Z",
    "HealthCheck": {
      "Timeout": 60,
      "Type": "l7",
      "Host": "test.com",
      "Interval": 5,
      "SuccTimes": 3,
      "Method": "HEAD",
      "HttpCode": "http_2xx",
      "FailTimes": 5,
      "Port": 80,
      "Uri": "/health_check"
    }
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidParameter.appidThe format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID.傳入的應用ID格式不正確,可使用ListEdgeContainerApps接口獲取應用ID。
400InvalidParameterThe specified parameter is invalid.輸入參數規范校驗失敗。
404InvalidApp.NotFoundThe application does not exist. Check whether the application ID you specified is correct and try again.您傳入的應用ID對應的應用不存在,請檢查后重試。
500InternalErrorFailed to call the service. Try again later or contact technical support.調用服務失敗,請稍后重試或聯系客服咨詢詳情。

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