You need to enable JavaScript to run this app.
文档中心
云服务器

云服务器

复制全文
下载 pdf
专有宿主机
CreateDedicatedHostCluster - 创建专有宿主机集群
复制全文
下载 pdf
CreateDedicatedHostCluster - 创建专有宿主机集群
调用 CreateDedicatedHostCluster 接口创建一个专有宿主机集群。
使用说明
专有宿主机集群是一个可用区级别的逻辑集,您可以通过专有宿主机集群来分组管理专有宿主机、或者指定集群创建实例等。
调试
API Explorer
您可以通过 API Explorer 在线发起调用,无需关注签名生成过程,快速获取调用结果。
请求参数
下方仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数
Action string 必选 示例值:CreateDedicatedHostCluster
要执行的操作,取值:CreateDedicatedHostCluster。
Version string 必选 示例值:2020-04-01
API的版本,取值:2020-04-01。
ClientToken string 可选 示例值:23fa21A8823nfasd7f****
保证请求幂等性。由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。
取值:仅支持ASCII字符,且不能超过64个字符。
DedicatedHostClusterName string 必选 示例值:DDH-Cluster01
专有宿主机集群的名称。
  • 不能以数字、中划线、下划线开头。
  • 只能包含中文、字母、数字、下划线和中划线。
  • 长度限制为1~128个字符。
  • 暂不支持特殊字符。
Description string 可选 示例值:用于测试的专有宿主机集群
专有宿主机集群的描述,默认值为空字符串。
  • 必须以字母或中文开头。
  • 只能包含中文、字母、数字、点号“.”、空格、下划线“_”、中划线“-”、等号“=”、英文逗号“,”、中文逗号“,”和中文句号“。”
  • 长度限制在255个字符以内。
ZoneId string 必选 示例值:cn-beijing-a
专有宿主机集群所在的可用区ID。
可以调用DescribeZones查询一个地域下的可用区信息。
返回参数
下方仅列出本接口特有的返回参数。更多信息请参见返回结构
DedicatedHostClusterId string 示例值:dc-ycle6b76kgv2wrsm****
专有宿主机集群ID。
请求示例
GET /?Action=CreateDedicatedHostCluster&Version=2020-04-01&ZoneId=cn-beijing-a&DedicatedHostClusterName=DDH-Cluster01 HTTP/1.1
Host: ecs.cn-beijing.volcengineapi.com
Region: cn-beijing
Service: ecs
返回示例
{
"ResponseMetadata": {
"RequestId": "2023071716274123B73A705E255110****",
"Action": "CreateDedicatedHostCluster",
"Version": "2020-04-01",
"Service": "ecs",
"Region": "cn-beijing"
},
"Result": {
"DedicatedHostClusterId": "dc-ycle6b76kgv2wrsm****"
}
}
错误码
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码
错误码
错误信息
说明
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
InvalidDedicatedHostClusterName.Malformed
The specified DedicatedHostClusterName is malformed.
指定的DedicatedHostClusterName不合法。
400
InvalidDescription.Malformed
The specified Description is malformed.
指定的描述不合法。
400
MissingParameter.DedicatedHostClusterName
The required parameter DedicatedHostClusterName is not supplied.
参数DedicatedHostClusterName不能为空。
400
MissingParameter.ZoneId
The required parameter ZoneId is not supplied.
可用区ID不能为空。
404
InvalidZone.NotFound
The specified zone 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.
内部错误,请重试。如果多次尝试失败,请提交工单。
最近更新时间:2025.09.04 16:59:42
这个页面对您有帮助吗?
有用
有用
无用
无用