Domain name for API request: sqlserver.intl.tencentcloudapi.com.
This API is used to query purchasable specification configuration.
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: DescribeProductConfig. |
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 in the format of ap-guangzhou-1 |
InstanceType | No | String | Type of purchased instance. Valid values: HA - local disk high availability (including dual-machine high availability, AlwaysOn Cluster), RO - local disk read-only replica, SI - cloud disk edition single node, BI - business intelligence service, cvmHA - cloud disk edition high availability, cvmRO - cloud disk edition read-only replica |
Parameter Name | Type | Description |
---|---|---|
SpecInfoList | Array of SpecInfo | Specification information array |
TotalCount | Integer | Number of date entries returned |
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. |
https://sqlserver.intl.tencentcloudapi.com/?Action=DescribeProductConfig
&Zone=ap-guangzhou-2
&InstanceType=HA
&<Common request parameters>
{
"Response": {
"RequestId": "2a91dd2e-f237-4c78-b06c-348a12b04a46",
"SpecInfoList": [
{
"CPU": 16,
"InstanceType": "HA",
"MachineType": "TS85",
"MachineTypeName": "High IO",
"MaxStorage": 3000,
"Memory": 128,
"MinStorage": 10,
"MultiZonesStatus": "ALL",
"PayModeStatus": "ALL",
"Pid": 10908,
"PostPid": [
10908
],
"QPS": 61000,
"SpecId": 22,
"SuitInfo": "Large applications with tens of millions of unique users",
"Version": "2008R2",
"VersionName": "SQL Server 2008 Enterprise"
},
{
"CPU": 1,
"InstanceType": "HA",
"MachineType": "TS85",
"MachineTypeName": "High IO",
"MaxStorage": 3000,
"Memory": 8,
"MinStorage": 10,
"MultiZonesStatus": "ALL",
"PayModeStatus": "ALL",
"Pid": 10908,
"PostPid": [
10908
],
"QPS": 6500,
"SpecId": 17,
"SuitInfo": "Small applications with thousands of unique users",
"Version": "2012SP3",
"VersionName": "SQL Server 2012 Enterprise"
},
{
"CPU": 24,
"InstanceType": "HA",
"MachineType": "TS85",
"MachineTypeName": "High IO",
"MaxStorage": 3000,
"Memory": 192,
"MinStorage": 10,
"MultiZonesStatus": "ALL",
"PayModeStatus": "ALL",
"Pid": 10908,
"PostPid": [
10908
],
"QPS": 234000,
"SpecId": 34,
"SuitInfo": "Large applications with hundreds of millions of unique users",
"Version": "2012SP3",
"VersionName": "SQL Server 2012 Enterprise"
},
{
"CPU": 16,
"InstanceType": "HA",
"MachineType": "TS85",
"MachineTypeName": "High IO",
"MaxStorage": 3000,
"Memory": 128,
"MinStorage": 10,
"MultiZonesStatus": "ALL",
"PayModeStatus": "ALL",
"Pid": 10908,
"PostPid": [
10908
],
"QPS": 61000,
"SpecId": 22,
"SuitInfo": "Large applications with tens of millions of unique users",
"Version": "2016SP1",
"VersionName": "SQL Server 2016 Enterprise"
}
],
"TotalCount": 4
}
}
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.GcsError | The operation failed or the network timed out. |
InternalError.SystemError | System error. |
InvalidParameter.InputIllegal | Input error. |
InvalidParameter.ParamsAssertFailed | An error occurred while converting parameter assertion. |
InvalidParameterValue.IllegalRegion | Invalid region. |
InvalidParameterValue.IllegalZone | Incorrect AZ ID. |
UnauthorizedOperation.PermissionDenied | CAM authentication error. |
Was this page helpful?