Help Center> Partner Center> API Reference> Transaction Management> Managing Yearly/Monthly Resources> Enabling Automatic Subscription Renewal for Yearly/Monthly Resources
Updated on 2022-11-02 GMT+08:00

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.

Debugging

You can debug the API in API Explorer which supports automatic authentication. API Explorer can automatically generate and debug example SDK code.

URI

POST /v2/orders/subscriptions/resources/autorenew/{resource_id}

The following table describes the parameters.

Table 1 Path parameters

Parameter

Mandatory

Value Range

Description

resource_id

Yes

A maximum of 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.

  • For example, ECS is the primary resource, and EVS is the attached resource.
  • If the shared bandwidth is used, the bandwidth is the primary resource, and EIPs are the attached resource.
  • If the exclusive bandwidth is used, EIPs are the primary resources, and the bandwidth is the attached resource.

If automatic renewal is enabled for the secondary resource, the primary resource will also be renewed.

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.

Example Response

HTTP/1.1 204 No Content
Content-Type: application/json;charset=UTF-8
Content-Length: length
Date: response time   

Returned Values

  • 4xx: This class of HTTP status code is intended for situations in which the error seems to have been caused by the client, for example, the request contains bad syntax or incorrect parameters. You must ensure the request is correct.
  • 5xx: This class of HTTP status code is intended for cases in which the Huawei Cloud server is aware that it has encountered an error or is otherwise incapable of performing the request. In this case, contact Huawei Cloud customer service.

HTTP Value

Error Code

Description

400

CBC.0100

Parameter error.

400

CBC.99003012

The resource ID does not exist.

400

CBC.99003602

Automatic renewal is not supported for expired or frozen resources.

403

CBC.0151

Access denied.

500

CBC.0999

Other errors.