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

ModifyInstanceDeployment

最近更新时间2024.02.21 16:42:15

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

调用 ModifyInstanceDeployment 接口调整实例所属部署集,您可以向指定部署集内添加一台实例,或者将一台实例从部署集中移除。

调试

请求参数

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

Action

String

ModifyInstanceDeployment

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

VersionString2020-04-01API的版本,取值:2020-04-01。
InstanceIdStringi-3tigy72q3u3vj0x2****实例ID。

DeploymentSetId

String

dps-yc1o9aahks5m57nk****

目标部署集ID。

  • 您可以调用DescribeDeploymentSets查询部署集ID。
  • 传入空字符串时,表示将实例从部署集中移除。

DeploymentSetGroupNumber

Integer

1

部署集组的序号,取值范围:1~3。
Strategy=AvailabilityGroup时,需要传入该参数。

ClientToken

String

333456899ff****

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

返回数据

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

请求示例

GET /?Action=ModifyInstanceDeployment&Version=2020-04-01&DeploymentSetId=dps-yc1o9aahks5m57nk****&InstanceId=i-3tigy72q3u3vj0x2**** HTTP/1.1
Host: open.volcengineapi.com
Region: cn-beijing
ServiceName: ecs

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021062415303301022514515207C4****",
        "Action": "ModifyInstanceDeployment",
        "Version": "2020-04-01",
        "Service": "ecs",
        "Region": "cn-beijing"
    },
    "Result": {}
}

错误码

HttpCode错误码错误信息描述
400InvalidBillingStatusThe specified billing is not in the correct status for the request.当前实例的计费状态异常,不支持此操作。

400

InvalidInstanceStatus

The status of the specified instance does not support this request.

当前实例的状态不支持此操作。

400InvalidInstanceTypeForModifyInstanceDeployment.UnsupportedThe specified InstanceType does not support modification of deployment set.指定的实例规格不支持修改部署集。
400InvalidStoppedModeForModifyInstanceDeploymentSet.UnsupportedThe specified instance of StoppedMode cannot be added to DeploymentSet.指定的节省停机模式实例不支持加入到部署集。
400LimitExceeded.MaximumDeploymentSetInstancesYou've reached the limit on the number of instances that can be added to the deployment set.指定的部署集内的实例数量超过最大限制。
400MissingParameter.DeploymentSetIdThe required parameter DeploymentSetId is not supplied.部署集ID不能为空。
400MissingParameter.InstanceIdThe required parameter InstanceId is not supplied.实例ID不能为空。
400InvalidArgumentThe specified argument is invalid.指定的参数不合法。
400Insufficient.BalanceThe request is denied due to the lack of balance.账户余额不足。
400IdempotentParameterMismatchThe 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.幂等参数不一致。
400InvalidClientToken.MalformedThe specified ClientToken is malformed.指定的ClientToken不合法。
400InvalidScheduledInstanceForModifyInstanceDeploymentSet.UnsupportedThe specified scheduled instance does not support modify instance deployment set.指定的弹性预约实例不支持修改部署集。
404InvalidDeploymentSet.NotFoundThe specified DeploymentSet does not exist.指定的部署集不存在。
404InvalidInstance.NotFoundThe specified instance does not exist.指定的实例不存在。
412OperationDenied.ResourceLockedThe specified operation is denied as your resource is locked for another operation.指定的操作被拒绝,因为您的资源已被其他操作锁定。
412IdempotentProcessingThe request uses the same client token as a previous one that is still in process.先前的幂等请求仍在处理中,请稍后重试。
500InternalErrorAn internal error has occurred.内部错误,请重试。如果多次尝试失败,请提交工单。