DescribeDedicatedHostAutoRenew
调用DescribeDedicatedHostAutoRenew查询一台或多台包年包月专有宿主机自动续费状态。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
DedicatedHostIds | String | 是 | dh-dedicatedhost1,dh-dedicatedhost2 |
专有宿主机ID。最多可以输入100个包年包月专有宿主机ID,ID之间用半角逗号(,)隔开。 |
RegionId | String | 是 | cn-hangzhou |
专有宿主机所属的地域ID。 |
Action | String | 否 | DescribeDedicatedHostAutoRenew |
系统规定参数。取值:DescribeDedicatedHostAutoRenew |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
DedicatedHostRenewAttributes |
专有宿主机自动续费属性数组。 |
||
AutoRenewEnabled | Boolean | true |
是否自动续费。 |
DedicatedHostId | String | ddh-xxxxxxxxxxxxxxxxxxxxx |
专有宿主机ID。 |
Duration | Integer | 0 |
自动续费时长。 |
PeriodUnit | String | Month |
续费单位。取值范围:Week | Month |
RenewalStatus | String | Normal |
是否自动续费包年包月专有宿主机。取值范围:
|
RequestId | String | 04F0F334-1335-436C-A1D7-6C044FE73368 |
请求ID。 |
示例
请求示例
https://ecs.aliyuncs.com/?Action=DescribeDedicatedHostAutoRenew
&RegionId=cn-hangzhou
&DedicatedHostIds=dh-dedicatedhost1,dh-dedicatedhost2
&<公共请求参数>
正常返回示例
XML
格式
<DescribeDedicatedHostAutoRenewResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
<DedicatedHostRenewAttributes>
<DedicatedHostRenewAttribute>
<DedicatedHostId>dh-dedicatedhost1</DedicatedHostId>
<Duration>0</Duration>
<AutoRenewEnalbed>false</AutoRenewEnalbed>
<PeriodUnit>Month</PeriodUnit>
<RenewalStatus>Normal</RenewalStatus>
</DedicatedHostRenewAttribute>
<DedicatedHostRenewAttribute>
<DedicatedHostId>dh-dedicatedhost2</DedicatedHostId>
<Duration>1</Duration>
<PeriodUnit>Month</PeriodUnit>
<AutoRenewEnalbed>true</AutoRenewEnalbed>
<RenewalStatus>AutoRenewal</RenewalStatus>
</DedicatedHostRenewAttribute>
</DedicatedHostRenewAttributes>
</DescribeDedicatedHostAutoRenewResponse>
JSON
格式
{
"DedicatedHostIdRenewAttributes":{
"DedicatedHostIdRenewAttribute":[
{
"RenewalStatus":"Normal",
"DedicatedHostId":"dh-dedicatedhost1",
"Duration":0,
"AutoRenewEnabled":false,
"PeriodUnit":"Month"
},
{
"RenewalStatus":"AutoRenewal",
"DedicatedHostId":"dh-dedicatedhost2",
"Duration":1,
"AutoRenewEnabled":true,
"PeriodUnit":"Month"
}
]
},
"RequestId":"04F0F334-1335-436C-A1D7-6C044FE73368"
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | MissingParameter.DedicatedHostId | DedicatedHostId should not be null. | 宿主机ID不能为空。 |
403 | InvalidParameter.ToManyDedicatedHostIds | DedicatedHostId should be less than 100. | DedicatedHostIds最多支持100个宿主机。 |
403 | InvalidParameter.InvalidDedicatedHostId | %s | DedicatedHostId参数无效。 |
403 | IncorrectDedicatedHostStatus | The current status of the resource does not support this operation. | 资源状态不支持操作。 |
403 | ChargeTypeViolation | Pay-As-You-Go dedicated host do not support this operation. | 按量的宿主机不支持当前操作。 |
访问错误中心查看更多错误码。
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。
评论