Cette page n'est pas encore disponible dans votre langue. Nous nous efforçons d'ajouter d'autres langues. Nous vous remercions de votre compréhension.
Customer Operation Capabilities
Customer Operation Capabilities
- devg
-
API Reference
- Change History
- Customer Operations Capability API
- API Invoking Methods
- Managing Products
- Managing Accounts
-
Transaction Management
- Managing Coupons
- Managing Yearly/Monthly Orders
-
Managing Yearly/Monthly Resources
- Querying Customer's Yearly/Monthly Resources
- Renewing Subscription to Yearly/Monthly Resources
- Unsubscribing from Yearly/Monthly Resources
- Enabling Automatic Subscription Renewal for Yearly/Monthly Resources
- Disabling Automatic Subscription Renewal for Yearly/Monthly Resources
- Enabling/Canceling the Change from Yearly/Monthly to Pay-per-Use upon Expiration
- Managing Resource Packages
- Managing Bills
- Cost Management
- Managing an Enterprise
- Appendix
- FAQs
On this page
Show all
Price Inquiry Example of Yearly/Monthly Products (Using the Price Calculator)
Updated on 2024-08-15 GMT+08:00
The request parameters for querying the price of a yearly/monthly product using an API can be obtained through the .
ECS is used as an example:
Region: CN North-Beijing4
AZ: General AZ
Billing Mode: Yearly/Monthly
CPU Architecture: x86
Type: General computing-plus C6 | 2 vCPUs | 4 GB
System Disk: General Purpose SSD 40 G
Required Duration: 1 Month
Quantity: 1
- Go to the page and press F12 to open the console. Set the parameters based on the example.
- Click Network > resource > Payload to view request parameters.
- Add the parameters obtained in Step 2 to the request.
As there are two products, an ECS and a disk, involved, two product_infos structures are required. The following shows an example of a product_infos structure.
{ "project_id": "84c5********fb2420", "product_infos": [ { "id": "1", "cloud_service_type": "hws.service.type.ec2", "resource_type": "hws.resource.type.vm", "resource_spec": "c6.large.2.linux", "region": "cn-north-4", "period_type": 2, "period_num": 1, "subscription_num": 1 }, { "id": "2", "cloud_service_type": "hws.service.type.ebs", "resource_type": "hws.resource.type.volume", "resource_spec": "GPSSD", "region": "cn-north-4", "resource_size": 40, "size_measure_id": 17, "period_type": 2, "period_num": 1, "subscription_num": 1 } ] }
- (Optional) Go to and add product_infos to the request body. The same results will return as that obtained using the price calculator.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.