Domain name for API request: sqlserver.tencentcloudapi.com.
This API is used to query the upgrade prices of a monthly subscribed instance
.
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: InquiryPriceUpgradeDBInstance. |
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. |
InstanceId | Yes | String | Instance ID in the format of mssql-njj2mtpl |
Memory | Yes | Integer | Memory size after instance upgrade in GB, which cannot be smaller than the current instance memory size |
Storage | Yes | Integer | Storage capacity after instance upgrade in GB, which cannot be smaller than the current instance storage capacity |
Cpu | No | Integer | The number of CUP cores after the instance is upgraded, which cannot be smaller than that of the current cores. |
Parameter Name | Type | Description |
---|---|---|
OriginalPrice | Integer | Price before discount. This value divided by 100 indicates the price; for example, 10094 means 100.94 USD |
Price | Integer | The actual price to be paid. This value divided by 100 indicates the price; for example, 10094 means 100.94 USD |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to query the expansion price of an instance.
https://sqlserver.tencentcloudapi.com/?Action=InquiryPriceUpgradeDBInstance
&InstanceId=mssql-njj2mtpl
&Memory=8
&Storage=300
&<Common request parameters>
{
"Response": {
"RequestId": "dcff5304-324e-4cd6-a5f2-02cb16bde2da",
"OriginalPrice": 149696,
"Price": 149696
}
}
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.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.CostTypeNotSupported | Billing type error. |
InvalidParameterValue.IllegalRegion | Invalid region. |
InvalidParameterValue.InstanceExpandVolumeLow | The expansion capacity of the instance is lower than the current capacity. |
InvalidParameterValue.ParameterTypeError | Incorrect parameter type. |
ResourceNotFound.InstanceNotFound | The instance does not exist. |
UnauthorizedOperation.PermissionDenied | CAM authentication error. |
Was this page helpful?