All Products
Search
Document Center

ApsaraDB RDS:DescribeRenewalPrice

Last Updated:May 29, 2023

You can call the DescribeRenewalPrice operation to query the renewal fee for an instance.

Operation Description

This operation is supported only for subscription instances.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
rds:DescribeRenewalPriceRead
    All Resources
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

ETnLKlblzczshOTUbOCzxxxxxxxxxx
DBInstanceIdstringYes

The ID of the instance.

rm-uf6wjk5xxxxxx
RegionIdstringNo

The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
PayTypestringNo

The billing method of the instance. Valid values:

  • Postpaid: pay-as-you-go
  • Prepaid: subscription
Postpaid
DBInstanceClassstringNo

The instance type of the instance. For more information, see Primary instance types. By default, the current instance type applies.

mysql.n2.medium.2c
UsedTimeintegerYes

The subscription duration of the instance. Valid values:

  • If you set the TimeType parameter to Year, the value of the UsedTime parameter is within the range of 1 to 3.
  • If you set the TimeType parameter to Month, the value of the UsedTime parameter is within the range of 1 to 9.
1
TimeTypestringYes

The renewal cycle of the instance. Valid values:

  • Year
  • Month
Year
QuantityintegerNo

The number of the instances. Default value: 1.

1
OrderTypestringNo

The type of the order that you want to place. Set the value to BUY.

BUY
BusinessInfostringNo

The additional business information about the instance.

121436975448952

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

DC9F4EF6-D038-4405-B497-1F48E722C9F2
PriceInfoobject

An array that consists of price information.

OriginalPricefloat

The original price.

138
DiscountPricefloat

The discount.

27
Currencystring

The currency unit.

CNY
TradePricefloat

The transaction price, which is equal to the original price minus the discount.

111
Couponsobject []

An array that consists of information about the coupon.

IsSelectedstring

Indicates whether the coupon is selected.

true
CouponNostring

The ID of the coupon.

123456
Namestring

The name of the coupon.

test
Descriptionstring

The description of the coupon.

test
RuleIdsarray

An array that consists of the ID of the promotion rule.

string

The ID of the promotion rule.

1001199213
ActivityInfoobject

The information about the promotion.

CheckErrMsgstring

The description of the error.

Error description
ErrorCodestring

The error code that is returned.

123456
Successstring

Indicates whether the request was successful.

Success
Rulesobject []

An array that consists of the details of the promotion rule.

Namestring

The name of the promotion rule.

test
Descriptionstring

The description of the promotion rule.

Content
RuleIdlong

The ID of the promotion rule.

1001199213

Examples

Sample success responses

JSONformat

{
  "RequestId": "DC9F4EF6-D038-4405-B497-1F48E722C9F2",
  "PriceInfo": {
    "OriginalPrice": 138,
    "DiscountPrice": 27,
    "Currency": "CNY",
    "TradePrice": 111,
    "Coupons": {
      "Coupon": [
        {
          "IsSelected": "true",
          "CouponNo": "123456",
          "Name": "test",
          "Description": "test"
        }
      ]
    },
    "RuleIds": {
      "RuleId": [
        "1001199213"
      ]
    },
    "ActivityInfo": {
      "CheckErrMsg": "Error description\n",
      "ErrorCode": " 123456",
      "Success": "Success"
    }
  },
  "Rules": {
    "Rule": [
      {
        "Name": "test",
        "Description": "Content\n",
        "RuleId": 1001199213
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.