You need to enable JavaScript to run this app.
导航

ModifyDeploymentSetAttribute

最近更新时间2023.11.20 10:48:36

首次发布时间2023.01.06 07:41:48

调用 ModifyDeploymentSetAttribute 接口修改一个部署集的名称和描述信息。

说明

调用该接口时,如不传入可选参数,则保持原有配置。

调试

请求参数

名称类型是否必选示例值描述

Action

String

ModifyDeploymentSetAttribute

要执行的操作,取值:ModifyDeploymentSetAttribute。

VersionString2020-04-01API的版本,取值:2020-04-01。
DeploymentSetIdStringdps-yc1o9aahks5m57nk****部署集ID,您可以调用DescribeDeploymentSets查询部署集ID。

DeploymentSetName

String

testDeploymentSet

部署集名称。

  • 不能以数字、中划线、下划线开头。

  • 只能包含中文、字母、数字、下划线和中划线。

  • 长度限制为1~128个字符。

Description

String

testDescription

部署集描述。

  • 必须以字母或中文开头。

  • 只能包含中文、字母、数字、点“.”、空格、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、中文逗号“,”和中文句号“。”

  • 长度限制在255个字符以内。

说明

传入空字符串时,将清空原有描述信息。

ClientToken

String

333456899ff****

保证请求幂等性。由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。
取值:仅支持ASCII字符,且不能超过64个字符。

返回数据

操作接口仅返回公共参数及错误码。

请求示例

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": {}
}

错误码

HttpCode错误码错误信息描述
400InvalidDeploymentSetDescription.MalformedThe specified deployment set description is malformed.指定的部署集描述不合法。
400InvalidDeploymentSetName.MalformedThe specified DeploymentSetName is malformed.指定的部署集名称不合法。
400MissingParameter.DeploymentSetIdThe required parameter DeploymentSetId is not supplied.部署集ID不能为空。
400InvalidClientToken.MalformedThe specified ClientToken is malformed.指定的ClientToken不合法。

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.

幂等参数不一致。

404InvalidDeploymentSet.NotFoundThe specified DeploymentSet does not exist.指定的部署集不存在。
412IdempotentProcessingThe request uses the same client token as a previous one that is still in process.先前的幂等请求仍在处理中,请稍后重试。
500InternalErrorAn internal error has occurred.内部错误,请重试。如果多次尝试失败,请提交工单。