Domain name for API request: sqlserver.tencentcloudapi.com.
This API is used to query the price of requested instances.
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: InquiryPriceCreateDBInstances. |
Version | Yes | String | Common Params. The value used for this API: 2018-03-28. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Zone | Yes | String | AZ ID, which can be obtained through the Zone field in the returned value of the DescribeZones API |
Memory | Yes | Integer | Memory size in GB |
Storage | Yes | Integer | Instance capacity in GB |
InstanceChargeType | No | String | Billing type. Valid value: POSTPAID. |
Period | No | Integer | Length of purchase in months. Value range: 1-48. Default value: 1 |
GoodsNum | No | Integer | Number of instances purchased at a time. Value range: 1-100. Default value: 1 |
DBVersion | No | String | SQL version. Valid values: 2008R2 (SQL Server 2008 R2 Enterprise), 2012SP3 (SQL Server 2012 Enterprise), 201202 (SQL Server 2012 Standard), 2014SP2 (SQL Server 2014 Enterprise), 201402 (SQL Server 2014 Standard), 2016SP1(SQL Server 2016 Enterprise), 201602(SQL Server 2016 Standard), 2017(SQL Server 2017 Enterprise), 201702(SQL Server 2017 Standard), 2019(SQL Server 2019 Enterprise), 201902(SQL Server 2019 Standard). Default value: 2008R2. The purchasable version varies by region. It can be queried by the DescribeProductConfig` API. |
Cpu | No | Integer | The number of CPU cores of the instance you want to purchase. |
InstanceType | No | String | The type of instance to be purchased. Valid values: HA (high-availability edition, including dual-server high-availability and AlwaysOn cluster edition), RO (read-only replica edition), SI (single-node edition), cvmHA (dual-server high-availability edition for CVM), cvmRO (read-only edition for CVM). |
MachineType | No | String | The host type of the instance to be purchased. Valid values: PM (physical machine), CLOUD_PREMIUM (virtual machine with premium cloud disk), CLOUD_SSD (virtual machine with SSD), CLOUD_HSSD (virtual machine with enhanced SSD), CLOUD_TSSD (virtual machine with ulTra SSD), CLOUD_BSSD (virtual machine with balanced SSD). |
Parameter Name | Type | Description |
---|---|---|
OriginalPrice | Integer | Price before discount. This value divided by 100 indicates the price; for example, 10010 means 100.10 USD |
Price | Integer | The actual price to be paid. This value divided by 100 indicates the price; for example, 10010 means 100.10 USD |
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. |
This example shows you how to query the price of the requested SQL Server instance.
https://sqlserver.tencentcloudapi.com/?Action=InquiryPriceCreateDBInstances
&Zone=ap-guangzhou-2
&Memory=2
&Storage=300
&Period=1
&GoodsNum=1
&DBVersion=2008R2
&<Common request parameters>
{
"Response": {
"RequestId": "6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90",
"OriginalPrice": 20988,
"Price": 20988
}
}
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.DBError | Database error. |
FailedOperation.QueryPriceFailed | Billing error. Failed to query price. |
InternalError.DBError | Database error |
InternalError.SystemError | System error. |
InvalidParameter.InputIllegal | Input error. |
InvalidParameter.ParamsAssertFailed | An error occurred while converting parameter assertion. |
InvalidParameterValue.BadGoodsNum | Invalid number of purchased instances. |
InvalidParameterValue.IllegalRegion | Invalid region. |
InvalidParameterValue.IllegalSpec | Incorrect instance specification information. |
InvalidParameterValue.IllegalZone | Incorrect AZ ID. |
InvalidParameterValue.ParameterTypeError | Incorrect parameter type. |
UnauthorizedOperation.PermissionDenied | CAM authentication error. |
Was this page helpful?