最近更新时间:2019-09-02 17:06:47
1、接口描述
本接口(CreateDedicatedHosts)用于创建专属宿主机
2、Request Parameters(请求参数)
DedicatedType
Number
Name
ChargeType
PurchaseTime
NameSuffix
DedicatedClusterId
3、Response Elements(返回值)
RequestId
DedicatedHostId
DedicatedHostName
4、Example(例子)
http://kec.cn-beijing-6.api.ksyun.com/?Action=CreateDedicatedHosts&Version=2016-03-04&AvailabilityZone=cn-beijing-6a&DedicatedType=DR1&Number=1&Name=mytest1&ChargeType=Daily&PurchaseTime=1
{
"RequestId": "95518e2e-a1c0-4404-bd63-efe660c6c62a005",
"DedicatedHostSet": [
{
"DedicatedHostId": "379d0f9b-6b39-430d-92b1-e27f9d0ec31f",
"DedicatedHostName": "mytest1"
}
]
}