Domain name for API request: cvm.tencentcloudapi.com.
This API is used to query the price of reserved instances. It only supports querying purchasable reserved instance offerings. Currently, RIs are only offered to beta users.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: InquirePricePurchaseReservedInstancesOffering. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
InstanceCount | Yes | Integer | The number of the reserved instances you are purchasing. |
ReservedInstancesOfferingId | Yes | String | The ID of the reserved instance offering. |
DryRun | No | Boolean | Dry run. |
ClientToken | No | String | A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed. For more information, see Ensuring Idempotency. |
ReservedInstanceName | No | String | Reserved instance name. |
Parameter Name | Type | Description |
---|---|---|
Price | ReservedInstancePrice | Price of the reserved instance with specified configuration. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
GET https://cvm.tencentcloudapi.com/?Action=InquirePricePurchaseReservedInstancesOffering
&InstanceCount=2
&ReservedInstancesOfferingId=noew0342-324f-f3ab-9uut-wrlnth53dcee
&<Common request parameters>
{
"Response": {
"RequestId": "b333ddb8-4aed-4def-a0d9-617043c2614e"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.InquiryPriceFailed | Price query failed. |
InvalidParameterValue.Range | Invalid parameter value: invalid parameter value range. |
UnsupportedOperation.InvalidPermissionNonInternationalAccount | The current operation is only supported for Tencent Cloud International users. |
Was this page helpful?