發布邊緣容器的指定版本,用戶可以通過此接口進行應用的版本迭代。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
esa:PublishEdgeContainerAppVersion | none | *全部資源 * |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
AppId | string | 是 | 應用 ID。 | app-88068867578379**** |
VersionId | string | 是 | 版本 ID。 | ver-87962637161651**** |
PublishEnv | string | 是 | 發布的環境,取值如下:
| prod |
Percentage | integer | 否 | 發布比例。取值:1~100,默認值:100。 | 100 |
StartTime | string | 否 | 開始進行發布的時間,不寫則默認為當前時間。 日期格式按照 ISO8601 表示法,并使用 UTC+0 時間,格式為 yyyy-MM-ddTHH:mm:ssZ。 | 2023-06-05T16:00:00Z |
Remarks | string | 否 | 備注信息,默認為空。 | test publish app |
PublishType | string | 否 | 發布類型,支持如下兩種:
若不填寫,默認使用百分比發布。 | percentage |
Regions | array | 否 | 發布區域列表。 | |
string | 否 | 發布區域。 | jiangsu | |
FullRelease | boolean | 否 | 是否全量發布。該字段僅當 PublishType 設置為 region 時生效。 | true |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter.PublishEnv | The specified PublishEnv is invalid. Please check the PublishEnv parameter. It may not be set to either "prod" or "staging." Please make the necessary changes and call the interface again. | PublishEnv參數無效。請檢查PublishEnv參數,你有可能未設置為prod、staging其中一種,請進行修改后,重新調用接口。 |
400 | InvalidParameter.Percentage | The Percentage parameter is invalid. Please check the Percentage parameter, which should be in the range of 1-100. Modify it accordingly and call the interface again. | Percentage 參數無效。請檢查Percentage參數,該參數范圍為1-100,請進行修改后,重新調用接口。 |
400 | InvalidParameter | Invalid parameter. Check the parameter configuration. | 參數正確性校驗失敗,請檢查的參數內容。 |
400 | InvalidParameter.appid | The format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID. | 傳入的應用ID格式不正確,可使用ListEdgeContainerApps接口獲取應用ID。 |
400 | InternalException | Failed to call the service. Try again later or contact technical support. | 調用服務失敗,請稍后重試或聯系客服咨詢詳情。 |
400 | InvalidParameter.VersionId | The specified VersionId is invalid. Please check the VersionId parameter. You may not have entered the parameter or the parameter does not start with ver-string. Please modify it and call the interface again. | VersionId參數無效。請檢查VersionId參數,你有可能未輸入該參數或者,參數并未以ver-字符串開頭,請進行修改后,重新調用接口。 |
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. | 調用服務失敗,請稍后重試或聯系客服咨詢詳情。 |
訪問錯誤中心查看更多錯誤碼。