调用 ModifyDeploymentSetAttribute 接口修改一个部署集的名称和描述信息。
调用该接口时,如不传入可选参数,则保持原有配置。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyDeploymentSetAttribute | 要执行的操作,取值:ModifyDeploymentSetAttribute。 |
Version | String | 是 | 2020-04-01 | API的版本,取值:2020-04-01。 |
ClientToken | String | 否 | 333456899ff**** | 保证请求幂等性。由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。 |
DeploymentSetId | String | 是 | dps-yc1o9aahks5m57nk**** | 部署集ID。 |
DeploymentSetName | String | 否 | testDeploymentSet | 部署集名称。
|
Description | String | 否 | testDescription | 部署集描述。
说明 传入空字符串时,将清空原有描述信息。 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=ModifyDeploymentSetAttribute&Version=2020-04-01&DeploymentSetId=dps-yc1o9aahks5m57nk****&DeploymentSetName=testDeploymentSet HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing ServiceName: ecs
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "ModifyDeploymentSetAttribute", "Version": "2020-04-01", "Service": "ecs", "Region": "cn-beijing" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. | 幂等参数不一致。 |
400 | InvalidClientToken.Malformed | The specified ClientToken is malformed. | 指定的ClientToken不合法。 |
400 | InvalidDeploymentSetDescription.Malformed | The specified deployment set description is malformed. | 指定的部署集描述不合法。 |
400 | InvalidDeploymentSetName.Malformed | The specified DeploymentSetName is malformed. | 指定的DeploymentSetName不合法。 |
400 | MissingParameter.DeploymentSetId | The required parameter DeploymentSetId is not supplied. | 部署集ID不能为空。 |
404 | InvalidDeploymentSet.NotFound | The specified DeploymentSet does not exist. | 指定的部署集不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 先前的幂等请求仍在处理中,请稍后重试。 |
500 | InternalError | An internal error has occurred. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |