参数名称 | 类型 | 必填 | 描述 |
---|
Action | String | 是 | 公共参数,本接口取值:ModifyNodePool。 |
Version | String | 是 | 公共参数,本接口取值:2019-08-06。 |
ClusterId | String | 是 | 集群id |
NodePoolId | String | 是 | 节点池id |
NodePoolName | String | 否 | 节点池名称 |
EnableAutoScale | Boolean | 否 | 是否开启弹性伸缩,有效值: |
MinSize | Int | 否 | 最小节点数量,即为最小能缩容的实例数量,范围[0-50],不大于maxSize |
MaxSize | Int | 否 | 最大节点数量,即为最大能扩容的实例数量,范围[0-50],不小于minSize |
DesiredCapacity | Int | 否 | 期望节点数量,必须在最小节点数量与最大节点数量之间 |
Label.N | Object | 否 | 节点标签 |
Key | String | 否 | 标签名 |
Value | String | 否 | 标签值 |
Taint.N | Object | 否 | 节点污点 |
Key | String | 否 | 污点名 |
Value | String | 否 | 污点值 |
Effect | String | 否 | Effect |
UpdateExistingNodes | Boolean | 否 | Label、Taints更新是否对节点池内所有已有节点生效,有效值: |
参数名称 | 类型 | 描述 |
---|
RequestId | String | 请求id 示例值:container-7a62c49f-347e-4fc4-9331-6e8e |
JSON格式
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见公共错误码
错误码 | 错误信息 | Http状态码 | 描述 |
---|
ClusterIdRequired | ClusterId is required | 400 | 集群ID必须填写 |
ClusterIdInvalid | ClusterId must match `^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$` | 400 | 集群ID必须满足 `^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$` |
NodePoolIdRequired | NodePoolId is required | 400 | 节点池ID必须填写 |
MaxSizeInvalid | MaxSize must be greater or equal to 0 | 400 | 实例最大范围值必须大于等于0 |
MinSizeInvalid | MinSize must be greater or equal to 0 | 400 | 实例最小范围值必须大于等于0 |
DesiredCapacityInvalid | DesiredCapacity must be greater or equal to 0 | 400 | 实例期望数量必须大于等于0 |
NodePoolNotFound | node pool is not found | 400 | 节点池不存在 |
NodePoolModifyFailed | the status of node pool is updating, forbidden to update | 400 | 节点池状态已经正在更新中,禁止更新操作 |
ClusterNodeQuotaExceed | the sum of existed node and desiredCapacity exceeds quota_kce_node | 400 | 集群已有节点与期望实例数量总和超过quota限额 |
LabelKeyInvalid | label value must match(^[a-z0-9A-Z]([-_.a-zA-Z0-9]){0,61}[a-z0-9A-Z]$)|([a-zA-Z0-9])? | 400 | 标签值格式必须满足 (^[a-z0-9A-Z]([-_.a-zA-Z0-9]){0,61}[a-z0-9A-Z]$)|([a-zA-Z0-9])? |
LabelValueInvalid | label value must match(^[a-z0-9A-Z]([-_.a-zA-Z0-9]){0,61}[a-z0-9A-Z]$)|([a-zA-Z0-9])? | 400 | 标签值格式必须满足 (^[a-z0-9A-Z]([-_.a-zA-Z0-9]){0,61}[a-z0-9A-Z]$)|([a-zA-Z0-9])? |
TaintInvalid | taint key must match ((^[A-Za-z0-9]([-_./A-Za-z0-9]){0,251}[A-Za-z0-9]$)|^[A-Za-z0-9]$) | 400 | 污点key格式必须满足 ((^[A-Za-z0-9]([-_./A-Za-z0-9]){0,251}[A-Za-z0-9]$)|^[A-Za-z0-9]$) |
纯净模式