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

PublishEdgeContainerAppVersion - 發布邊緣容器的指定版本

發布邊緣容器的指定版本,用戶可以通過此接口進行應用的版本迭代。

調試

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

授權信息

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

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

請求參數

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

應用 ID。

app-88068867578379****
VersionIdstring

版本 ID。

ver-87962637161651****
PublishEnvstring

發布的環境,取值如下:

  • prod: 生產環境。
  • staging:預發環境。
prod
Percentageinteger

發布比例。取值:1~100,默認值:100

100
StartTimestring

開始進行發布的時間,不寫則默認為當前時間。

日期格式按照 ISO8601 表示法,并使用 UTC+0 時間,格式為 yyyy-MM-ddTHH:mm:ssZ。

2023-06-05T16:00:00Z
Remarksstring

備注信息,默認為空。

test publish app
PublishTypestring

發布類型,支持如下兩種:

  • percentage:按照百分比發布。

  • region:按照區域發布。

若不填寫,默認使用百分比發布。

percentage
Regionsarray

發布區域列表。

string

發布區域。

jiangsu
FullReleaseboolean

是否全量發布。該字段僅當 PublishType 設置為 region 時生效。

true

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

04F0F334-1335-436C-A1D7-6C044FE73368

示例

正常返回示例

JSON格式

{
  "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidParameter.PublishEnvThe 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其中一種,請進行修改后,重新調用接口。
400InvalidParameter.PercentageThe 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,請進行修改后,重新調用接口。
400InvalidParameterInvalid parameter. Check the parameter configuration.參數正確性校驗失敗,請檢查的參數內容。
400InvalidParameter.appidThe format of the application ID is invalid. You can call ListEdgeContainerApps to obtain the application ID.傳入的應用ID格式不正確,可使用ListEdgeContainerApps接口獲取應用ID。
400InternalExceptionFailed to call the service. Try again later or contact technical support.調用服務失敗,請稍后重試或聯系客服咨詢詳情。
400InvalidParameter.VersionIdThe 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-字符串開頭,請進行修改后,重新調用接口。
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.調用服務失敗,請稍后重試或聯系客服咨詢詳情。

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