tencent cloud

云数据库 SQL Server

动态与公告
产品动态
产品公告
新手指引
产品简介
产品概述
产品架构
产品优势
应用场景
地域和可用区
大版本生命周期说明
功能概览及差异
实例类型
实例规格
存储类型
常用概念
网络环境
许可声明
购买指南
计费概述
产品价格
购买方式
续费说明
欠费说明
退费说明
按量转包年包月
调整实例费用说明
本地备份空间收费说明
跨地域备份收费说明
查看账单明细
快速入门
创建 SQL Server 实例
连接 SQL Server 实例
管理 SQL Server 实例
操作指南
约束与限制
使用规范与建议
维护管理实例
调整实例配置
只读实例
网络管理
账号管理
数据库管理
数据安全
参数配置
监控与告警
备份与回档
日志管理
发布订阅
数据集成服务(SSIS)
数据迁移(新版)
数据迁移(旧版)
数据同步(DTS)
实践教程
云数据库 SQL Server 定期维护方法
云数据库 SQL Server 慢 SQL 优化
如何更好地使用 Tempdb
跨账号备份恢复
为云数据库 SQL Server 创建 VPC
金蝶K/3 WISE 接入云数据库 SQL Server
账号权限和权限控制
变更数据捕获功能的开启和关闭
收缩数据库
API 文档
History
Introduction
API Category
Making API Requests
Sales and fee related APIs
Instance Management related APIs
Operation and maintenance management related APIs
Network management related APIs
Account management related APIs
Database management related APIs
Security group management related APIs
Data security encryption related APIs
Parameter configuration related APIs
Extended Event related APIs
Log management related APIs
Read only instance management related APIs
Publish and subscribe related APIs
Backup related APIs
Rollback related APIs
Data migration (cold standby migration) related APIs
SQL Server Integration Services (SSIS) related APIs
Data migration (DTS old version) related APIs
Data Types
Error Codes
常见问题
常见问题概览
选购咨询
计费与选购
连接与网络
账号与权限
备份与回档
数据迁移
发布订阅
只读实例
版本架构升级
磁盘扩缩容与规格升降级
监控与告警
日志相关
参数修改
功能特性相关
性能空间内存相关
相关协议
服务等级协议
服务条款
性能测试
性能测试报告
词汇表
联系我们

InquiryPriceCreateDBInstances

PDF
聚焦模式
字号
最后更新时间: 2025-10-28 22:48:43

1. API Description

Domain name for API request: sqlserver.intl.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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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 theDescribeProductConfig` 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).

3. Output Parameters

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.

4. Example

Example1 Querying the price of the requested SQL Server instance

This example shows you how to query the price of the requested SQL Server instance.

Input Example

https://sqlserver.intl.tencentcloudapi.com/?Action=InquiryPriceCreateDBInstances
&Zone=ap-guangzhou-2
&Memory=2
&Storage=300
&Period=1
&GoodsNum=1
&DBVersion=2008R2
&<Common request parameters>

Output Example

{
    "Response": {
        "RequestId": "6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90",
        "OriginalPrice": 20988,
        "Price": 20988
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈