Domain name for API request: mongodb.tencentcloudapi.com.
This API is used to query the renewal price of a monthly subscription 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: InquirePriceRenewDBInstances. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-25. |
Region | No | String | Common Params. This parameter is not required for this API. |
InstanceIds.N | Yes | Array of String | Instance ID in the format of cmgo-p8vnipr5. It is the same as the instance ID displayed in the TencentDB Console. This API supports operations on up to 5 instances at a time. |
InstanceChargePrepaid | Yes | InstanceChargePrepaid | The parameter setting for the prepaid mode (monthly subscription mode). This parameter can specify the renewal period, whether to set automatic renewal, and other attributes of the monthly subscription instance. |
Parameter Name | Type | Description |
---|---|---|
Price | DBInstancePrice | Price. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://mongodb.tencentcloudapi.com/?Action=InquirePriceRenewDBInstances
&InstanceIds.0=cmgo-8oij5631
&InstanceChargePrepaid.Period=1
&<Common request parameters>
{
"Response": {
"Price": {
"DiscountPrice": 455.6,
"OriginalPrice": 670,
"UnitPrice": 0
},
"RequestId": "d08f2a0f-4a69-451e-8ddb-753340d5fb34"
}
}
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 |
---|---|
InternalError | Internal error |
InternalError.FindInstanceFailed | Failed to query the instance. |
InvalidParameter | Parameter error |
InvalidParameter.PermissionDenied | The current subaccount has no permission to perform this operation. |
InvalidParameterValue.ZoneClosed | Instances are not purchasable in this AZ. |
문제 해결에 도움이 되었나요?