Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page
Enabling Automatic Subscription Renewal for Yearly/Monthly Resources

Enabling Automatic Subscription Renewal for Yearly/Monthly Resources

Updated on 2024-07-05 GMT+08:00

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.

NOTE:

This API will be brought offline. For details about the new API for enabling automatic subscription renewal for rearly/monthly resources, see Enabling Automatic Subscription Renewal for Yearly/Monthly Resources.

Web UI

A customer can use this API to enable automatic subscription renewal for its long-term yearly/monthly resources in the Billing Center.

  1. Go to the Renewals page.
  2. Set the search criteria.

    All the resources to be renewed are displayed.

  3. Set auto-renewal for resources separately or in batches.

    • Separate auto-renewal: Choose More > Enable Auto-renewal in the Operation column for the desired resource.

    • Batch auto-renewal: Select the check boxes for the desired resources, and click Enable Auto-Renew in the upper left corner.

  4. Set the auto-renewal period and click OK.

REST API

A customer can enable automatic renewal for its yearly/monthly resources on the partner sales platform.

The customer can enable automatic subscription renewal only after the customer successfully pays its yearly/monthly resource order.

NOTE:
  • This API can be invoked only using the AK/SK or token of the customer.
  • 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 (Old) 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.

  1. URI

    POST /v1.0/{domain_id}/common/order-mgr/resources/{resource_id}/actions

    The following table describes the parameters.

    Table 1 Path parameters

    Parameter

    Mandatory

    Value Range

    Description

    domain_id

    Yes

    A maximum 64 characters

    Customer account ID. For details, see How Do I Obtain Customer's customer_id and domain_id Values?

    resource_id

    Yes

    A maximum 64 characters

    Resource instance ID.

    You can obtain the resource ID by invoking the API described in Querying Customer's Yearly/Monthly Resources (Old).

    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.
    Table 2 Query parameters

    Parameter

    Mandatory

    Value Range

    Description

    action_id

    Yes

    A maximum 64 characters

    Operation ID.

    The value can only be autorenew.

  2. Request

    Request Parameters

    None

    Example request

    POST https://bss-intl.myhuaweicloud.com/v1.0/{domain_id}/common/order-mgr/resources/{resource_id}/actions?action_id=autorenew HTTP/1.1
    Content-Type: application/json
    X-Auth-Token: MIIPAgYJKoZIhvcNAQcCo...ggg1BBIINPXsidG9rZ

  1. Response

    Response Parameters

    Parameter

    Type

    Description

    error_code

    String

    Status code.

    For details, see 4.

    error_msg

    String

    Error description.

    The following shows a command output example.

    HTTP/1.1 200 OK
    Content-Type: application/json;charset=UTF-8
    Content-Length: length
    Date: response time   
    
    {
        "error_code": "CBC.0000",
        "error_msg": "Success"
    }

  1. Returned Values
    NOTE:
    • 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.

    Returned Values

    Description

    CBC.0000

    Success.

    CBC.0100

    Invalid input parameter.

    CBC.0151

    Access denied.

    CBC.0999

    Other errors.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback