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

IncreaseNodes - 擴容

對目標節(jié)點組執(zhí)行擴容操作。

調(diào)試

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

授權(quán)信息

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

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

請求參數(shù)

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

區(qū)域 ID。

cn-hangzhou
ClusterIdstring

集群 ID。

c-b933c5aac8fe****
NodeGroupIdstring

節(jié)點組 ID。擴容的目標節(jié)點組。

ng-869471354ecd****
IncreaseNodeCountinteger

節(jié)點數(shù)量。本次擴容的增量節(jié)點數(shù)量。取值范圍:1~500。

3
AutoPayOrderboolean

是否自動支付本次擴容操作涉及的訂單。節(jié)點組付費類型 PaymentType 取值 Subscription 時該參數(shù)生效。取值范圍:

  • true:自動支付本次操作涉及的訂單。
  • false:不自動支付本次操作涉及的訂單。

默認值:false。

false
AutoRenewboolean

本次擴容的節(jié)點是否開啟自動續(xù)費,默認值為 false。取值范圍:

  • true:開啟自動續(xù)費。
  • false:不開啟自動續(xù)費。
false
PaymentDurationinteger

付費時長。當 PaymentDurationUnit 取值為 Month 時,取值:1、2、3、4、5、6、7、8、9、12、24、36、48、60。

12
PaymentDurationUnitstring

付費時長單位。取值范圍:

  • Month:月。
Month
ApplicationConfigsarray

應用配置。數(shù)組元素個數(shù) N 的取值范圍:1~1000。

ApplicationConfigApplicationConfig

應用配置。

MinIncreaseNodeCountinteger

本次擴容接受的最小節(jié)點數(shù)量。取值范圍為 1 到 500。

  • 若設(shè)置了該值,當 ECS 庫存數(shù)量小于 IncreaseNodeCount 時,擴容流程將盡力創(chuàng)建 MinIncreaseNodeCount 個節(jié)點,擴容流程狀態(tài)將顯示為部分成功 PARTIAL_COMPLETED
  • 如果不設(shè)置該值,當 ECS 庫存數(shù)量小于 IncreaseNodeCount 時,擴容流程失敗,狀態(tài)為失敗 FAILED

返回參數(shù)

名稱類型描述示例值
object

返回數(shù)據(jù)。

OperationIdstring

操作 ID。

op-13c37a77c505****
RequestIdstring

請求 ID。

DD6B1B2A-5837-5237-ABE4-FF0C8944****

示例

正常返回示例

JSON格式

{
  "OperationId": "op-13c37a77c505****",
  "RequestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400OperationDeniedThe operation is invalid. %s操作被拒絕。
400OutOfStockThe requested resource is sold out in the specified zone, try other types of resources or other regions and zones.請求的資源庫存不足,請嘗試其他類型資源,或者其他可用區(qū),或者其他區(qū)域。
400QuotaExceededRequest fail due to quota exceed. %s因配額超出導致請求失敗。
400AccountExceptionAccount exception. %s賬號異常。
400ConcurrentModificationThe request on %s failed due to multiple requests to change this object were submitted simultaneously. Wait a few minutes and try again.并發(fā)操作導致請求失敗。
400ConflictParametersParameters that must not be used together. %s多個參數(shù)間存在沖突。
400IncompleteSignatureThe request signature is invalid.API請求簽名不合法。
400InvalidActionThe action %s requested is invalid.不合法的Action。
400InvalidParameterThe specified parameter %s is not valid.參數(shù)錯誤。
400InvalidParameterValueThe input parameter %s is invalid or out of range.參數(shù)值超出范圍。
400MissingActionThe action %s requested is missing.缺少Action參數(shù)
400MissingParameterThe input parameter %s that is mandatory for processing this request is not supplied.參數(shù)缺失。
400NotAuthorizedYou do not have permission to perform this action. %s沒有權(quán)限。
400ThrottlingExceptionThe request was denied due to request throttling. %s限流。
404ResourceNotFoundThe resource not found by %s.請求的資源未找到。
500InternalErrorThe request processing has failed due to some unknown error, exception or failure.內(nèi)部錯誤。
503ServiceFailureThe request has failed due to a temporary failure of %s service.依賴的阿里云其他服務不可用。
503ServiceUnavailableThe request has failed due to a temporary failure of the server.請求超時或者服務不可用。

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

變更歷史

變更時間變更內(nèi)容概要操作
2024-06-18OpenAPI 錯誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2024-02-23OpenAPI 錯誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2021-10-12OpenAPI 錯誤碼發(fā)生變更查看變更詳情