創建邊緣容器的應用,通過應用的版本部署和發布完成邊緣服務的容器化。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
esa:CreateEdgeContainerApp | none | *全部資源 * |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Name | string | 是 | 應用名稱,必須小寫字母打頭,支持小寫字母,數字,橫杠。長度限制 6~128 字符。 | app-test |
ServicePort | integer | 是 | 服務端端口號,范圍 1~65535。 | 80 |
TargetPort | integer | 是 | 后端端口,也是應用的服務端口,范圍 1~65535。 | 80 |
Remarks | string | 否 | 備注信息,不填寫則默認為空。 | test app |
HealthCheckType | string | 否 | 健康檢查類型,包括四層和七層探測,不填寫默認為空。 取值:
| l7 |
HealthCheckHost | string | 否 | 用于健康檢查的域名, 不填寫則默認為空。 | www.aliyun.com |
HealthCheckHttpCode | string | 否 | 健康檢查正常時的 HTTP 狀態碼。取值:
| http_2xx |
HealthCheckMethod | string | 否 | 監聽 HTTP 類型健康檢查的健康檢查方法。取值:
| HEAD |
HealthCheckURI | string | 否 | 用于健康檢查的 URI。
| /health_check |
HealthCheckPort | integer | 否 | 健康檢查的端口。
| 80 |
HealthCheckTimeout | integer | 否 | 接收來自運行狀況檢查的響應需要等待的時間。如果后端 ECS 在指定的時間內沒有正確響應,則判定為健康檢查失敗。
| 5 |
HealthCheckInterval | integer | 否 | 健康檢查的時間間隔。
| 5 |
HealthCheckSuccTimes | integer | 否 | 健康檢查連續成功次數。如果應用不健康,經過多少次連續探測后都是成功返回,則認為應用恢復健康狀態。
| 2 |
HealthCheckFailTimes | integer | 否 | 健康檢查連續失敗次數。如果應用健康,經過多少次連續探測后都是失敗返回,則認為應用為不健康狀態。
| 3 |
返回參數
示例
正常返回示例
JSON
格式
{
"AppId": "app-880688675783794688",
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter.HealthCheckType | Specified parameter HealthCheckType is not valid. | 參數 HealthCheckType 格式不正確 |
400 | InvalidParameter.HealthCheckHost | Specified parameter HealthCheckHost is not valid. | 參數 HealthCheckHost 格式不正確 |
400 | InvalidParameter.HealthCheckHttpCode | Specified parameter HealthCheckHttpCode is not valid. | 參數 HealthCheckHttpCode 格式不正確 |
400 | InvalidParameter.HealthCheckMethod | Specified parameter HealthCheckMethod is not valid. | 參數 HealthCheckMethod 格式不正確 |
400 | InvalidParameter.HealthCheckURI | Specified parameter HealthCheckURI is not valid. | 參數 HealthCheckURI 格式不正確 |
400 | InvalidParameter.HealthCheckInterval | Specified parameter HealthCheckInterval is not valid. | 參數 HealthCheckInterval 格式不正確 |
400 | InvalidParameter.HealthCheckTimeout | Specified parameter HealthCheckTimeout is not valid. | 參數 HealthCheckTimeout 格式不正確 |
400 | InvalidParameter.HealthCheckSuccTimes | Specified parameter HealthCheckSuccTimes is not valid. | 參數 HealthCheckSuccTimes 格式不正確 |
400 | InvalidParameter.HealthCheckFailTimes | Specified parameter HealthCheckFailTimes is not valid. | 參數 HealthCheckFailTimes 格式不正確 |
400 | InvalidParameter.HealthCheckPort | Specified parameter HealthCheckPort is not valid. | 參數 HealthCheckPort 格式不正確 |
400 | InvalidParameter.PageNumber | Failed to verify parameter PageNumber.Check whether the parameter exists and is set to a positive integer. | 參數 PageNumber 校驗不通過。請仔細檢查請求參數是否存在且為正整數。 |
400 | InvalidParameter.appid | The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID. | 傳入的應用ID格式不正確,可使用ListEdgeContainerApps接口獲取應用ID。 |
400 | InvalidParameter | The specified parameter is invalid. | 輸入參數規范校驗失敗。 |
400 | NameAlreadyExists | The name already exists. | 名稱已存在。 |
400 | ParamNameError | The Name parameter is invalid. | Name參數不合法。 |
404 | InvalidApp.NotFound | The application does not exist. Check whether the application ID you specified is correct and try again. | 您傳入的應用ID對應的應用不存在,請檢查后重試。 |
500 | InternalError | Failed to call the service. Try again later or contact technical support. | 調用服務失敗,請稍后重試或聯系客服咨詢詳情。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史