更新集群属性
调用 UpdateClusterAttribute,更新指定账号和E-MapReduce(EMR)集群的属性,如集群名称。
已使用账号登录火山引擎。
请求方式:POST
请求地址:https://open.volcengineapi.com/?Version=2023-08-15&Action=UpdateClusterAttribute
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateClusterAttribute | 要执行的操作,取值:UpdateClusterAttribute |
Version | String | 是 | 2023-08-15 | API的版本,取值:2023-08-15 |
ClusterId | String | 是 | emr-xxx | 集群ID |
ClusterName | String | 是 | emr-test-xxx | 集群名称 |
ClientToken | String | 否 | xxx | 调用方生成的唯一标识这次请求的标识,用来保证幂等 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
ClusterId | String | xxx | 集群ID |
OperationId | String | emr-xxx | 集群操作ID |
{ "ClusterId":"emr-xxx", "ClusterName":"emr-openapi测试V1" }
{ "ResponseMetadata": { "RequestId": "202312042119240BF214985128722xxx", "Action": "UpdateClusterAttribute", "Version": "2023-08-15", "Service": "emr", "Region": "cn-beijing", "Error": null, "Deprecated": false }, "Result": { "OperateId": "xxx", "ClusterId": "emr-xxx", "ResultData": null } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | InvalidClusterId | cluster id {clusterId} not found | 集群不存在 |
400 | InvalidRequest | Access Denied {clusterId} | 对该集群没有权限 |