ModifyDedicatedHostsChargeType
Changes the billing method of dedicated hosts.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecs:ModifyDedicatedHostsChargeType |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DedicatedHostIds |
string |
Yes |
The IDs of the dedicated hosts. The value can be a JSON array that consists of up to 20 dedicated host IDs. Separate the IDs with commas (,). |
["dh-bp181e5064b5sotr****","dh-bp18064b5sotrr9c****"] |
| RegionId |
string |
Yes |
The region ID of the dedicated hosts. You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| Period |
integer |
No |
The renewal duration of the subscription dedicated hosts. Valid values:
|
1 |
| PeriodUnit |
string |
No |
The unit of the renewal duration specified by
Default value: Month. |
Month |
| DryRun |
boolean |
No |
Specifies whether to perform only a dry run. Valid value:
Indicates whether the nfs volume is set to the read-only mode. Default value: false. |
false |
| AutoPay |
boolean |
No |
Specifies whether to automatically complete the payment. Valid value:
Default value: true. Note
If you do not have sufficient balance in your account, you can set |
false |
| DedicatedHostChargeType |
string |
No |
The new billing method for the dedicated host. Valid value:
Default value: PrePaid. |
PrePaid |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The |
e4567-e89b-12d3-a456-426655440000 |
| DetailFee |
boolean |
No |
Specifies whether to return the billing details of the order when the billing method is changed from subscription to pay-as-you-go. Indicates whether the nfs volume is set to the read-only mode. Default value: false. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| OrderId |
string |
The ID of the order. This is returned only when the payment method is changed to subscription. |
20413515388**** |
| RequestId |
string |
The request ID. |
B61C08E5-403A-46A2-96C1-F7B1216DB10C |
| FeeOfInstances |
object |
||
| FeeOfInstance |
array<object> |
Details about the charges for the order. |
|
|
object |
|||
| InstanceId |
string |
The IDs of the dedicated hosts. |
dh-bp181e5064b5sotrr**** |
| Currency |
string |
The unit of currency for the bill. Alibaba Cloud China site (aliyun.com): CNY Alibaba Cloud International site (alibabacloud.com): USD |
CNY |
| Fee |
string |
The charged amount. |
0 |
Examples
Success response
JSON format
{
"OrderId": "20413515388****",
"RequestId": "B61C08E5-403A-46A2-96C1-F7B1216DB10C",
"FeeOfInstances": {
"FeeOfInstance": [
{
"InstanceId": "dh-bp181e5064b5sotrr****",
"Currency": "CNY",
"Fee": "0"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.InstanceIds | The specified InstanceIds are invalid. | The specified instance is invalid. |
| 400 | InvalidParameter | %s | The specified parameter is invalid. |
| 400 | InvalidStatus.ValueNotSupported | %s | The resource is in a state that does not support the current operation. |
| 400 | InvalidInstanceChargeType.ValueNotSupported | %s | The specified InstanceChargeType parameter is invalid. |
| 400 | InvalidSpotStrategy | The specified spotStrategy is not valid. | The specified Spot Policy parameter SpotStrategy does not support this instance, or the Spot Policy attribute (Spot Instance) of this instance does not support this operation. |
| 400 | ExpiredInstance | The specified instance has expired. | |
| 400 | InstancesIdQuotaExceed | The maximum number of Instances is exceeded. | |
| 400 | InvalidClientToken.ValueNotSupported | The ClientToken provided is invalid. | The specified ClientToken parameter is invalid. |
| 400 | InvalidInstance.UnpaidOrder | The specified instance has unpaid order. | The specified instance still has unpaid orders. |
| 400 | ReleaseTimeHaveBeenSet | The specified instance has been set released time. | An automatic release time has been set for the specified instance. |
| 400 | Throttling | Request was denied due to request throttling, please try again after 5 minutes. | |
| 400 | InvalidPeriod.UnitMismatch | The specified Period must be correlated with the PeriodUnit. | The specified Period value must fall within the valid value range that is determined based on the PeriodUnit parameter. |
| 400 | InvalidImageType.NotSupported | %s | |
| 400 | InvalidPeriod.ExceededDedicatedHost | Instance expired date can't exceed dedicated host expired date. | |
| 400 | InvalidSystemDiskCategory.ValueNotSupported | %s | The specified system disk category is invalid. |
| 400 | InvalidAccountStatus.PayAmountLimitExceeded | Your account is being restricted, due to no default payment method is set or you has not being authorized. | |
| 400 | QuotaExceed.AfterpayInstance | The maximum number of Pay-As-You-Go instances is exceeded. | |
| 400 | QuotaExceed.RufundVcpu | The maximum number of refunded vcpu is exceeded: %s . | The maximum number of refund vCPUs is exceeded. For more information about the amount, see the return value of the %s placeholder in the error message. |
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | An internal error has occurred. Try again later. |
| 403 | InvalidInstanceType.ValueNotSupported | The specified InstanceType does not exist or beyond the permitted range. | |
| 403 | InstanceType.Offline | %s | The operation is not supported while the instance type is retired or while resources of the instance type are insufficient. |
| 403 | InvalidAccountStatus.NotEnoughBalance | Your account does not have enough balance. | |
| 403 | Account.Arrearage | Your account has an outstanding payment. | |
| 403 | InvalidParameter.NotMatch | %s | A specified parameter is invalid. Check whether parameter conflicts exist. |
| 403 | InvalidAction | %s | |
| 403 | QuotaExceed.PostPaidDisk | Living postPaid disks quota exceeded. | |
| 403 | ImageNotSupportInstanceType | The specified instanceType is not supported by instance with marketplace image. | The specified Alibaba Cloud Marketplace image does not support the instance type. |
| 403 | InvalidInstanceType.PhasedOut | This instanceType is no longer offered. | The specified instance type is retired. |
| 403 | InvalidPeriod.ExceededDedicatedHost | Instance expired date can't exceed dedicated host expired date. | |
| 403 | RealNameAuthenticationError | Your account has not passed the real-name authentication yet. | You have not completed real-name verification. Complete real-name verification and try again. |
| 403 | InvalidOperation.NotSupport | Instance on dedicated host not support modify charge type. | |
| 404 | InvalidInstanceId.NotFound | The specified instanceId does not exist. | |
| 404 | InvalidDedicatedHostId.NotFound | The specified Dedicated Host does not exist. | The specified dedicated host does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.