All Products
Search
Document Center

ApsaraDB RDS:DescribeMarketingActivity

Last Updated:Nov 11, 2025

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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:DescribeMarketingActivityget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

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

cn-hangzhou
BidstringNo
  • China site: 26842
  • International site: 26888
26842
UpgradeCodestringYes

The service name.

series
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.

ETnLKlblzczshOTUbOCzxxxxxxx
AliUidlongYes

The ID of the Alibaba Cloud account.

20725049
ResourceGroupIdstringNo

The resource group ID.

rg-acfmy*****

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

7D8F09DB-1124-5D78-A520-FF88FAF4351B
AliUidlong

The ID of the Alibaba Cloud account.

1979008652307170
RegionIdstring

The region ID.

cn-shenzhen
Bidstring
  • China site: 26842
  • International site: 26888
26842
Itemsarray<object>

The activity parameters

Itemsobject
InstanceIdstring

The instance ID.

rm-uf62br2491p5l****
InstanceNamestring

The instance name.

rm-uf62br2491p5l****
ClassCodestring

The instance type. For more information, see Primary ApsaraDB RDS instance types and Read-only ApsaraDB RDS instance types.

rds.mysql.s3.large
DiskSizeinteger

The disk capacity per node. Unit: GB.

900
Memorylong

The memory size.

1024
Cpustring

The number of CPU cores that are supported by the instance type. Unit: cores.

2
Categorystring

The RDS edition of the instance. Valid values:

  • Basic: RDS Basic Edition
  • HighAvailability: RDS High-availability Edition
  • AlwaysOn: RDS Cluster Edition
  • Finance: RDS Enterprise Edition
Basic
StorageTypestring

The storage type of the instance. Valid values:

  • local_ssd: local SSD
  • cloud_ssd: standard SSD
  • cloud_essd: performance level 1 (PL1) enhanced SSD (ESSD)
  • cloud_essd2: PL2 ESSD
  • cloud_essd3: PL3 ESSD
cloud_essd
ClassGroupstring

The instance family. For more information, see Overview of instance families.

x
MaxIombpsinteger

The maximum I/O throughput. Unit: Mbit/s.

100
MaxIopsinteger

The maximum IOPS.

30
MaxConnectionsinteger

The maximum number of concurrent connections.

60
UpgradeClassCodestring

The instance type after the upgrade.

rds.mysql.s3.large
UpgradeDiskSizeinteger

The disk capacity after the upgrade.

1024
UpgradeMemorylong

The memory size after the upgrade.

1024
UpgradeCpustring

The number of CPU cores after the upgrade.

8
UpgradeCategorystring

The RDS edition after the upgrade.

HighAvailability
UpgradeStorageTypestring

The storage type after the upgrade.

cloud_essd
UpgradeClassGroupstring

The instance family after the upgrade.

d
UpgradeMaxIombpsinteger

The maximum I/O throughput after the upgrade. Unit: Mbit/s.

200
UpgradeMaxIopsinteger

The maximum IOPS after the upgrade.

70
UpgradeMaxConnectionsinteger

The maximum number of concurrent connections after the upgrade.

70
UpgradeDescContentstring

The description of the upgrade.

test
UpgradeReferencePricestring

The reference price of the upgrade.

23333.1
ChargeTypestring

The payment type. Valid values:

  • POSTPAY: pay-as-you-go
  • PREPAY: subscription
POSTPAY
Enginestring

The database engine of the instance. Valid values:

  • MySQL
  • SQLServer
  • PostgreSQL
  • PPAS
  • MariaDB
MySQL
EngineVersionstring

The version of the database engine.

8.0

Examples

Sample success responses

JSONformat

{
  "RequestId": "7D8F09DB-1124-5D78-A520-FF88FAF4351B",
  "AliUid": 1979008652307170,
  "RegionId": "cn-shenzhen",
  "Bid": 26842,
  "Items": [
    {
      "InstanceId": "rm-uf62br2491p5l****",
      "InstanceName": "rm-uf62br2491p5l****",
      "ClassCode": "rds.mysql.s3.large",
      "DiskSize": 900,
      "Memory": 1024,
      "Cpu": 2,
      "Category": "Basic",
      "StorageType": "cloud_essd",
      "ClassGroup": "x",
      "MaxIombps": 100,
      "MaxIops": 30,
      "MaxConnections": 60,
      "UpgradeClassCode": "rds.mysql.s3.large",
      "UpgradeDiskSize": 1024,
      "UpgradeMemory": 1024,
      "UpgradeCpu": 8,
      "UpgradeCategory": "HighAvailability",
      "UpgradeStorageType": "cloud_essd",
      "UpgradeClassGroup": "d",
      "UpgradeMaxIombps": 200,
      "UpgradeMaxIops": 70,
      "UpgradeMaxConnections": 70,
      "UpgradeDescContent": "test",
      "UpgradeReferencePrice": 23333.1,
      "ChargeType": "POSTPAY",
      "Engine": "MySQL",
      "EngineVersion": 8
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400Order.ComboInstanceNotAllowOperateA package instance is not allowed to operate independently.A package instance is not allowed to operate independently.
400Price.PricingPlanResultNotFoundPricing plan price result not found.Pricing plan price result not found.
400Order.NoRealNameAuthenticationYou have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the user center for real-name authentication.You have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the cost and cost for real-name authentication.
400InsufficientAvailableQuotaYour account quota limit is less than 0, please recharge before trying to purchase.Your account available limit is less than 0, please recharge before trying to purchase.
400CommodityServiceCalling.ExceptionFailed to call commodity service.Failed to call commodity service return.
400RegionDissolvedEOMDear customer, Alibaba Cloud plans to optimize and adjust the current region. Cloud services in this region will cease operations. You are currently unable to operate new purchase orders. Thank you for your understanding and support.Hello, Alibaba Cloud plans to optimize and adjust the current region. Cloud services in this region will stop operating. In order to ensure your business continuity and smooth transition of data migration, you are currently unable to operate new purchase orders. Thank you for your understanding and support.
400Commodity.InvalidComponentThe module you purchased is not legal, please buy it again.The module you purchased is not legal, please buy it again.
400RegionEndTimeDissolvedIndiaCloud services in the India (Mumbai) region will be discontinued. Set the validity date to July 15, 2024 or earlier than July 15, 2024.Hello customer, this area has been abolished.
400RegionEndTimeDissolvedAustraliaCloud services in the Australia (Sydney) region will be discontinued. Set the validity date to September 30, 2024 or earlier than September 30, 2024.Hello customer, this area has been abolished.
400Price.CommoditySysCommodity system call exception.Commodity system call exception.
400Pay.InsufficientBalanceInsufficient available balance.Insufficient available balance.
400Order.PeriodInvalidThere is a problem with the period you selected, please choose again.There is a problem with the period you selected, please choose again.
400pay.noCreditCardAccount not bound to credit card.-
400Order.InstHasUnpaidOrderThere is an unpaid order for the service you have purchased. Please pay or void it before placing the order.There is an unpaid order for the service you have purchased. Please pay or void it before placing the order.
400noAvailablePaymentMethodNo payment method is specified for your account. We recommend that you add a payment method.No payment method has been specified for your account. We recommend that you add a payment method.
400BasicInfoUncompletedYour information is incomplete. Complete your information before the operation.Your basic information is not complete, please complete your basic information before operation.
403OrderStatus.UnPaidThe specified db instance has unpaid order.The instance has an unpaid order. Please pay first and try again.

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

Change history

Change timeSummary of changesOperation
No change history