deleteNodes
更新时间:2024-01-12 03:29:40
删除集群节点,集群每个节点类型至少保留一个节点。
Action
/cluster/deleteNodes
请求方式
POST
请求参数
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
timestamp |
date-time |
true |
时间戳 |
cluster_id |
string |
true |
hpc 集群的集群 id |
zone |
string |
true |
所属区域 id |
node_list |
list |
true |
节点 id 列表 |
响应消息
参数 | 类型 | 描述 | 取值样例 |
---|---|---|---|
action |
string |
响应动作 |
HpcClusterDeleteClusterNodesResponse |
job_ids |
string |
job id |
j-60tfxp7txad |
ret_code |
int |
执行成功与否,成功为0,其他值则为错误代码 |
0 |
示例
请求示例
https://hpc.api.shanhe.com/api/cluster/deleteNodes
&COMMON_PARAMS
requests_body = {'cluster_id': 'ehpc-8jqdq0mz',
'node_ids': ['cln-hzzvbtnh'],
'zone': 'jn1a'}
响应示例
{
action: "HpcClusterDeleteClusterNodesResponse"
job_id: "j-60tfxp7txad"
ret_code: 0
}