调用 RedeployDedicatedHost 接口对专有宿主机进行整体迁移。
DDH状态为 UnderAssessment(存在潜在风险)或 TempUnavailable(临时不可用) 时,建议您调用该接口执行DDH的故障迁移,避免DDH产生永久性故障。您可以调用DescribeDedicatedHosts接口查看DDH状态。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | RedeployDedicatedHost | 要执行的操作,取值:RedeployDedicatedHost。 |
Version | String | 是 | 2020-04-01 | API的版本,取值:2020-04-01。 |
ClientToken | String | 否 | 23fa21A8823nfasd7f**** | 保证请求幂等性。由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。 |
DedicatedHostId | String | 是 | dh-3tigy72q3u3vj0x2**** | 源专有宿主机ID。 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=RedeployDedicatedHost&Version=2020-04-01&DedicatedHostId=dh-3tigy72q3u3vj0x2**** HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: ecs
{ "ResponseMetadata": { "RequestId": "202307171626144175A80ADCCEEBB8****", "Action": "RedeployDedicatedHost", "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 | InvalidDedicatedHost | The specified dedicated host does not support this request. | 当前专有宿主机不支持此操作。 |
400 | InvalidDedicatedHostForMigrate.Unsupported | The specified dedicated host does not support migrate. | 指定的专有物理机不支持迁移操作。 |
400 | InvalidDedicatedHostStatus.Unsupported | The status of the specified dedicated host does not support this request. | 当前专有宿主机的状态不支持此操作。 |
400 | InvalidInstanceStatus | The status of the specified instance does not support this request. | 当前实例的状态不支持此操作。 |
400 | MissingParameter.DedicatedHostId | The required parameter DedicatedHostId is not supplied. | 参数DedicatedHostId不能为空。 |
404 | InvalidDedicatedHost.NotFound | The specified dedicated host does not exist. | 指定的专有宿主机不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 先前的幂等请求仍在处理中,请稍后重试。 |
500 | Insufficient.DedicatedHostCapacity | There is not enough capacity to fulfill your request. | 当前资源不足,请稍后重试或选择其它专有宿主机规格。 |
500 | InternalError | An internal error has occurred. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |