modifycluster
更新时间:2024-01-12 03:29:40
可修改集群名称、描述信息。
Action
cluster/modifyCluster
请求方式
POST
请求参数
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
timestamp |
string |
true |
时间戳 |
cluster_id |
string |
true |
需要修改的集群 id: hpc-xxxx 或者 ehpc-xxxx |
zone |
string |
true |
zone id |
cluster_name |
string |
false |
变更之后的集群名 |
description |
string |
false |
变更的集群描述 |
响应消息
参数 | 类型 | 描述 | 取值样例 |
---|---|---|---|
action |
string |
响应动作 |
HpcclusterModifyClusterResponse |
ret_code |
int |
执行成功与否,成功为0,其他值则为错误代码 |
0 |
示例
请求示例
https://hpc.api.shanhe.com/api/cluster/modifyCluster
&COMMON_PARAMS
requests_body = {'cluster_id': 'ehpc-h15dp0b1', 'zone': 'jn1a', 'description': '123'}
响应示例
{
action: "HpcClusterModifyClusterResponse"
ret_code:0
}