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

ListEdgeContainerApps - 獲取邊緣容器應(yīng)用列表

更新時(shí)間:

獲取邊緣容器應(yīng)用列表,包括用戶該賬號(hào)下創(chuàng)建的所有邊緣應(yīng)用。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語(yǔ)句的Action元素中使用,用來(lái)給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說(shuō)明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問(wèn)級(jí)別:是指每個(gè)操作的訪問(wèn)級(jí)別,取值為寫(xiě)入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說(shuō)明如下:
    • 對(duì)于必選的資源類型,用背景高亮的方式表示。
    • 對(duì)于不支持資源級(jí)授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問(wèn)級(jí)別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
esa:ListEdgeContainerAppsnone
*全部資源
*
    無(wú)
無(wú)

請(qǐng)求參數(shù)

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

當(dāng)前頁(yè)碼。默認(rèn)值:1,取值范圍:1~65535

1
PageSizeinteger

每頁(yè)大小。默認(rèn)為:20,取值范圍:1~500

20
OrderKeystring

排序字段,不傳則默認(rèn)為空。取值:

  • Name:版本名稱。
  • CreateTime:版本創(chuàng)建時(shí)間。
  • UpdateTime:版本修改時(shí)間。
CreateTime
OrderTypestring

排序方向,不傳則默認(rèn)為空。取值:

  • ASC:升序排列。

  • DESC:降序排列。

Asc
SearchTypestring

模糊查找的類型,取值:

  • Appid:應(yīng)用 ID。
  • Name:應(yīng)用名稱。
Appid
SearchKeystring

搜索關(guān)鍵詞。

ver-1005682639679266816

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

請(qǐng)求 ID。

2430E05E-1340-5773-B5E1-B743929F46F2
PageNumberinteger

當(dāng)前頁(yè)碼。默認(rèn)值;1,取值范圍:1~65535

1
PageSizeinteger

整頁(yè)大小。取值范圍:1~500

10
TotalCountinteger

總條數(shù)。

10
Appsarray<object>

應(yīng)用數(shù)組

Appobject

描述應(yīng)用的對(duì)象。

Statusstring

應(yīng)用的狀態(tài)信息,取值:

  • creating:創(chuàng)建中
  • failed:創(chuàng)建失敗
  • created:創(chuàng)建成功
created
GatewayTypestring

網(wǎng)關(guān)類型, 可能值:

  • l7:七層網(wǎng)關(guān)
  • l4:四層網(wǎng)關(guān)
l7
CreateTimestring

創(chuàng)建時(shí)間。

2022-12-01T16:16:27.418298794+08:00
VersionCountinteger

應(yīng)用版本數(shù)量。

10
DomainNamestring

App 所綁定的域名。

test.com
Remarksstring

備注信息。

test app
ServicePortinteger

服務(wù)端端口號(hào)。范圍:1~65535

80
AppIdstring

應(yīng)用 ID。

app-88068867578379****
TargetPortinteger

后端端口,也是應(yīng)用的服務(wù)端口。范圍:1~65535

80
QuicCidstring

是否開(kāi)啟 quic 支持。

false
Namestring

應(yīng)用名。

app-test
UpdateTimestring

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

2023-11-15T12:11:02Z
HealthCheckobject

表示健康檢查信息的對(duì)象。

Timeoutinteger

應(yīng)用健康檢查超時(shí)時(shí)間,單位為秒。

60
Typestring

健康檢查類型,取值:

  • l7:七層健康檢查探測(cè)。
  • l4:四層健康檢查探測(cè)。
l7
Hoststring

健康檢查的域名。

test.com
Intervalinteger

應(yīng)用健康檢查的間隔時(shí)間,單位秒。

5
SuccTimesinteger

應(yīng)用的健康檢查連續(xù)成功次數(shù)。

1
Methodstring

應(yīng)用的健康檢查的方法。

GET
HttpCodestring

應(yīng)用的健康檢查成功的狀態(tài)碼范圍。

http_2XX
FailTimesinteger

應(yīng)用的健康檢查連續(xù)失敗次數(shù)。

5
Portinteger

應(yīng)用的健康檢查端口。

8080
Uristring

應(yīng)用的健康檢查的路徑。

/health_check
Percentageinteger

創(chuàng)建進(jìn)度百分比。

100

示例

正常返回示例

JSON格式

{
  "RequestId": "2430E05E-1340-5773-B5E1-B743929F46F2",
  "PageNumber": 1,
  "PageSize": 10,
  "TotalCount": 10,
  "Apps": [
    {
      "Status": "created",
      "GatewayType": "l7",
      "CreateTime": "2022-12-01T16:16:27.418298794+08:00",
      "VersionCount": 10,
      "DomainName": "test.com",
      "Remarks": "test app",
      "ServicePort": 80,
      "AppId": "app-88068867578379****",
      "TargetPort": 80,
      "QuicCid": "false",
      "Name": "app-test",
      "UpdateTime": "2023-11-15T12:11:02Z",
      "HealthCheck": {
        "Timeout": 60,
        "Type": "l7",
        "Host": "test.com",
        "Interval": 5,
        "SuccTimes": 1,
        "Method": "GET",
        "HttpCode": "http_2XX",
        "FailTimes": 5,
        "Port": 8080,
        "Uri": "/health_check"
      },
      "Percentage": 100
    }
  ]
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400InvalidParameter.OrderTypeThe specified OrderType is invalid. Please check the OrderType parameter. You may not have set it to either Asc or Desc. Please make the necessary changes and call the interface again.OrderType參數(shù)無(wú)效。請(qǐng)檢查OrderType參數(shù),你有可能未設(shè)置為 Asc、Desc其中一種,請(qǐng)進(jìn)行修改后,重新調(diào)用接口。
400InvalidParameter.OrderKeyThe specified OrderKey is invalid. Please check the OrderKey parameter.OrderKey參數(shù)無(wú)效。請(qǐng)檢查OrderKey參數(shù),該參數(shù)不能賦值為非法字符如 @、#、% 等,請(qǐng)進(jìn)行修改后,重新調(diào)用接口。
400InvalidParameterInvalid parameter. Check the parameter configuration.參數(shù)正確性校驗(yàn)失敗,請(qǐng)檢查的參數(shù)內(nèi)容。
400InvalidParameter.PageNumberFailed to verify parameter PageNumber.Check whether the parameter exists and is set to a positive integer.參數(shù) PageNumber 校驗(yàn)不通過(guò)。請(qǐng)仔細(xì)檢查請(qǐng)求參數(shù)是否存在且為正整數(shù)。
400InvalidParameter.appidThe format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID.傳入的應(yīng)用ID格式不正確,可使用ListEdgeContainerApps接口獲取應(yīng)用ID。
400InvalidPageSize.ValueNotSupportedThe PageSize value is invalid. The default value is set to 20. The acceptable range is between 1 and 500.請(qǐng)求PageSize值非法,默認(rèn)取值為20,取值區(qū)間為1-500。
404InvalidApp.NotFoundThe application does not exist. Check whether the application ID you specified is correct and try again.您傳入的應(yīng)用ID對(duì)應(yīng)的應(yīng)用不存在,請(qǐng)檢查后重試。
500InternalErrorFailed to call the service. Try again later or contact technical support.調(diào)用服務(wù)失敗,請(qǐng)稍后重試或聯(lián)系客服咨詢?cè)斍椤?/span>

訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2024-10-15OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情