Enabling Automatic Subscription Renewal for Yearly/Monthly Resources
Function
A customer can use this API to enable automatic subscription renewal for its long-term yearly/monthly resources to prevent the resources from being deleted when they are expired.
Customers can follow the instructions described in Enabling Auto-Renewal to enable automatic subscription renewal for yearly/monthly resources in Billing Center.

- The customer can enable automatic subscription renewal only after the customer successfully pays its yearly/monthly resource order.
- For details about the yearly/monthly products supporting automatic subscription renewal, see Auto-Renewal Rules.
- Before invoking this API, you can invoke the API described in Querying Customer's Yearly/Monthly Resources to query the resource ID, resource expiration date, and deduction policy after the resource is expired.
- After you enable automatic subscription renewal, the fee will be deducted at 03:00 7 days before the product expiration date. Ensure that your budget is sufficient. If the first attempt to deduct the fee fails due to the insufficient budget, the system will continue the attempts at 03:00 every day until the fee is deducted successfully, or will retain the product resources till the last allowed day.
- The renewed period is the same as the original resource subscription period.
Constraints
This API can be invoked only by the customer AK/SK or token.
URI
POST /v2/orders/subscriptions/resources/autorenew/{resource_id}
The following table describes the parameters.
Parameter |
Mandatory |
Value Range |
Description |
---|---|---|---|
resource_id |
Yes |
A maximum 64 characters |
Resource ID. You can obtain the resource ID by invoking the API described in Querying Customer's Yearly/Monthly Resources. The attached resource IDs will be configured together when you configure primary resource IDs.
|
Request
Request Parameters
None
Example request
POST https://bss-intl.myhuaweicloud.com/v2/orders/subscriptions/resources/autorenew/eb1cac79-773b-414b-8915-6c3eed8ddf24 HTTP/1.1 Content-Type: application/json X-Auth-Token: MIIPAgYJKoZIhvcNAQcCo...ggg1BBIINPXsidG9rZ
Response
Response Parameters
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Status code. For details, see Returned Values. |
error_msg |
String |
Error description. |
The following shows a command output example.
HTTP/1.1 204 No Content Content-Type: application/json;charset=UTF-8 Content-Length: length Date: response time
