獲取邊緣容器應(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:ListEdgeContainerApps | none | *全部資源 * |
| 無(wú) |
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
PageNumber | integer | 否 | 當(dāng)前頁(yè)碼。默認(rèn)值:1,取值范圍:1~65535。 | 1 |
PageSize | integer | 否 | 每頁(yè)大小。默認(rèn)為:20,取值范圍:1~500。 | 20 |
OrderKey | string | 否 | 排序字段,不傳則默認(rèn)為空。取值:
| CreateTime |
OrderType | string | 否 | 排序方向,不傳則默認(rèn)為空。取值:
| Asc |
SearchType | string | 否 | 模糊查找的類型,取值:
| Appid |
SearchKey | string | 否 | 搜索關(guān)鍵詞。 | ver-1005682639679266816 |
返回參數(shù)
示例
正常返回示例
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ò)誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter.OrderType | The 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)用接口。 |
400 | InvalidParameter.OrderKey | The specified OrderKey is invalid. Please check the OrderKey parameter. | OrderKey參數(shù)無(wú)效。請(qǐng)檢查OrderKey參數(shù),該參數(shù)不能賦值為非法字符如 @、#、% 等,請(qǐng)進(jìn)行修改后,重新調(diào)用接口。 |
400 | InvalidParameter | Invalid parameter. Check the parameter configuration. | 參數(shù)正確性校驗(yàn)失敗,請(qǐng)檢查的參數(shù)內(nèi)容。 |
400 | InvalidParameter.PageNumber | Failed 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ù)。 |
400 | InvalidParameter.appid | The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID. | 傳入的應(yīng)用ID格式不正確,可使用ListEdgeContainerApps接口獲取應(yīng)用ID。 |
400 | InvalidPageSize.ValueNotSupported | The 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。 |
404 | InvalidApp.NotFound | The 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)檢查后重試。 |
500 | InternalError | Failed 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-15 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |