IncreaseNodes_E-MapReduce_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

当前云产品API请求速率暂未透出。

授权信息

当前云产品暂无权限信息透出。

请求参数

字段名称字段详情
RegionIdstring

区域 ID。

示例值:cn-hangzhou
ClusterIdstring

集群 ID。

示例值:c-b933c5aac8fe****参考取值来源:
    RunCluster
    ListClusters
    CreateCluster
NodeGroupIdstring

节点组 ID。扩容的目标节点组。

示例值:ng-869471354ecd****参考取值来源:
    ListNodeGroups
    CreateNodeGroup
IncreaseNodeCountinteger<int32>

节点数量。本次扩容的增量节点数量。取值范围:1~500。

示例值:3
AutoPayOrderboolean

是否自动支付本次扩容操作涉及的订单。节点组付费类型 PaymentType 取值 Subscription 时该参数生效。取值范围:展开详情

示例值:false
AutoRenewboolean

本次扩容的节点是否开启自动续费,默认值为 false。取值范围:展开详情

示例值:false
PaymentDurationinteger<int32>

付费时长。当 PaymentDurationUnit 取值为 Month 时,取值:1、2、3、4、5、6、7、8、9、12、24、36、48、60。

示例值:12
PaymentDurationUnitstring

付费时长单位。取值范围:展开详情

示例值:Month
ApplicationConfigsarray<ApplicationConfig>

应用配置。数组元素个数 N 的取值范围:1~1000。

示例值:Month子级条数 <= 100
MinIncreaseNodeCountinteger<int32>

本次扩容接受的最小节点数量。取值范围为 1 到 500。展开详情

Promotionsarray<Promotion>

返回参数

字段名称字段详情
OperationIdstring

操作 ID。

示例值:op-13c37a77c505****
RequestIdstring

请求 ID。

示例值:DD6B1B2A-5837-5237-ABE4-FF0C8944****

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
OperationDenied
The operation is invalid. %s诊断
400
OutOfStock
The requested resource is sold out in the specified zone, try other types of resources or other regions and zones.诊断
400
QuotaExceeded
Request fail due to quota exceed. %s诊断
400
AccountException
Account exception. %s诊断
400
ConcurrentModification
The request on %s failed due to multiple requests to change this object were submitted simultaneously. Wait a few minutes and try again.诊断
400
ConflictParameters
Parameters that must not be used together. %s诊断
400
IncompleteSignature
The request signature is invalid.诊断
400
InvalidAction
The action %s requested is invalid.诊断
400
InvalidParameter
The specified parameter %s is not valid.诊断
400
InvalidParameterValue
The input parameter %s is invalid or out of range.诊断
400
MissingAction
The action %s requested is missing.诊断
400
MissingParameter
The input parameter %s that is mandatory for processing this request is not supplied.诊断
400
NotAuthorized
You do not have permission to perform this action. %s诊断
400
ThrottlingException
The request was denied due to request throttling. %s诊断
404
ResourceNotFound
The resource not found by %s.诊断
500
InternalError
The request processing has failed due to some unknown error, exception or failure.诊断
503
ServiceFailure
The request has failed due to a temporary failure of %s service.诊断
503
ServiceUnavailable
The request has failed due to a temporary failure of the server.诊断

变更历史

变更时间变更内容概要操作
2024-06-18
删除错误码500
新增请求参数AutoRenew
2024-02-23
新增请求参数MinIncreaseNodeCount
2022-09-19
新增OpenAPI,扩容
2022-09-06
变更错误码400
2022-09-05
变更错误码400
2021-10-12
变更请求参数ClusterId
变更请求参数NodeGroups
变更请求参数Promotions
新增请求参数AutoPayOrder
新增请求参数NodeGroupList
新增请求参数ApplicationConfigs
变更返回参数

相关示例