全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

移出节点池节点

请求参数

以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见公共请求参数
参数名称
类型
必填
描述
Action String
公共参数,本接口取值:DeleteClusterInstancesFromNodePool。
Version String
公共参数,本接口取值:2019-08-06。
ClusterId String

集群id

NodePoolId String

节点池id

InstanceIds.N String

节点id

InstanceDeleteMode Boolean

节点的删除模式,有效值:
- Terminate:销毁实例
- Remove:仅把节点移出集群,实例本身不销毁
默认值:Terminate

返回参数

参数名称
类型
描述
RequestId String

请求ID

示例值:container-7a62c49f-347e-4fc4-9331-6e8e
InstanceSet Object[]
InstanceId String

节点id

示例值:d8179e09-a799-32dd-f461-090c5983a1d9
Return Boolean

执行结果

示例值:true
Message String

如果删除失败,则会展示报错详情;如删除成功,则返回为null

示例值:null

请求示例

curl -X GET|POST
'http://kce.api.ksyun.com/?Action=DeleteClusterInstancesFromNodePool&Version=2019-08-06'
-H 'authorization: xxx, SignedHeaders=content-type;host;x-amz-date, Signature=xxx'
-H 'cache-control: no-cache'
-H 'content-type: application/x-www-form-urlencoded'
-H 'host: kce.api.ksyun.com'
-H 'x-amz-date: 20170720T022802Z'
-d 'ClusterId=xxx&NodePoolId=xxx&InstanceIds.N=xxx&InstanceDeleteMode=xxx'

返回示例

JSON格式

{
"RequestId":"container-7a62c49f-347e-4fc4-9331-6e8e",
"InstanceSet":[
{
"InstanceId":"d8179e09-a799-32dd-f461-090c5983a1d9",
"Return":true,
"Message":null
}
]
}

错误码

以下仅列出了接口业务逻辑相关的错误码,其他错误码详见公共错误码

错误码
错误信息
Http状态码
描述
ClusterIdRequiredClusterId is required400集群ID必须填写
ClusterIdInvalidClusterId 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}$`
NodePoolIdRequiredNodePoolId is required400节点池ID必须填写
InstanceIdsRequiredInstanceIds is Required400实例ID必须填写
InstanceIdsInvalidInstanceIds contains repeat value400实例ID列表包含重复值
InstanceDeleteModeInvalidthe value only supports Terminate,Remove400实例删除模式仅支持Terminate、Remove
NodePoolNotFoundnode pool is not found400节点池不存在
DeleteNodePoolInstanceFailedfailed to delete instance, the status of node pool is updating400删除失败,节点池正在更新中
InstanceNotFoundinstance is not found in node pool400节点池中不存在该节点
纯净模式常规模式

纯净模式

点击可全屏预览文档内容