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

DeleteDedicatedHostCluster

最近更新时间2024.04.22 11:34:51

首次发布时间2024.04.22 11:34:51

调用 DeleteDedicatedHostCluster 接口删除专有宿主机集群。

请求参数

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

Action

String

DeleteDedicatedHostCluster

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

VersionString2020-04-01API的版本,取值:2020-04-01。
DedicatedHostClusterIdStringdc-ycle6b76kgv2wrsm****专有宿主机集群ID。
可以调用DescribeDedicatedHostClusters接口获取集群ID。

ClientToken

String

23fa21A8823nfasd7f****

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

返回数据

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

请求示例

GET /?Action=DeleteDedicatedHostCluster&Version=2020-04-01&DedicatedHostClusterId=dc-ycle6b76kgv2wrsm****
Region: cn-beijing
Service: ecs

返回示例

{
    "ResponseMetadata": {
            "RequestId": "2023071716274123B73A705E255110****",
            "Action": "DeleteDedicatedHostCluster",
            "Version": "2020-04-01",
            "Service": "ecs",
            "Region": "cn-beijing"
    },
    "Result": {}
}

错误码

HttpCode错误码错误信息描述
400MissingParameter.DedicatedHostClusterIdThe required parameter DedicatedHostClusterId is not supplied.参数DedicatedHostClusterId不能为空。
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不合法。
404InvalidDedicatedHostCluster.NotFoundThe specified dedicated host cluster does not exist.指定的专有宿主机集群不存在。
412IdempotentProcessingThe request uses the same client token as a previous one that is still in process.先前的幂等请求仍在处理中,请稍后重试。
412InvalidDedicatedHostCluster.InUseThe specified DedicatedHostCluster is in use.指定的专有宿主机集群正在被使用。
500InternalErrorAn internal error has occurred.内部错误,请重试。如果多次尝试失败,请提交工单。