参数名称 | 类型 | 必填 | 描述 |
---|
Action | String | 是 | 公共参数,本接口取值:DeleteNodePool。 |
Version | String | 是 | 公共参数,本接口取值:2019-08-06。 |
ClusterId | String | 是 | 集群id |
NodePoolId.N | String | 是 | 节点池id |
InstanceDeleteMode | Boolean | 否 | 节点的删除模式,有效值: |
参数名称 | 类型 | 描述 |
---|
RequestId | String | 请求id 示例值:c28c74eb-7d80-45f1-b8ac-6c6148f3c94c |
ReturnSet | Object[] | 调用结果 |
ScalingGroupId | String | 伸缩组ID 示例值:858072318811082752 |
Message | String | 如果删除失败,则会展示报错详情;如删除成功,则返回为null 示例值:null |
Return | Boolean | 执行结果 示例值:true |
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必须填写 |
NodePoolIdInvalid | NodePoolId contains repeat value | 400 | 节点池ID包含重复值 |
InstanceDeleteModeInvalid | the value only supports Terminate,Remove | 400 | 实例删除模式仅支持Terminate,Remove |
NodePoolNotFound | node pool is not found | 400 | 节点池不存在 |
NodePoolDeleteFailed | the status of node pool is updating, forbidden to delete | 400 | 节点池正在更新中,不可删除 |
纯净模式