All Products
Search
Document Center

AnalyticDB:DescribeRdsAnalysisResourceQuotas

Last Updated:Jan 08, 2026

Queries the information about specifications of MySQL analytic instances.

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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceGroupIdstringNo

The resource group ID.

rg-4690g37929****
RdsInstanceIdstringYes

The ID of the ApsaraDB RDS instance from which data is synchronized to the MySQL analytic instance.

rm-2ze09tofcv39h7165
NodeClassstringYes

The instance type of the MySQL analytic instance.

E32
RegionIdstringYes

The region ID.

Note You can call the DescribeRegions operation to query the most recent region list.
cn-hangzhou
ClusterCategorystringNo

The edition of the MySQL analytic instance.

mixed_storage
NodeCountintegerNo

The number of nodes in the MySQL analytic instance.

5
ClusterModestringNo

The mode of the MySQL analytic instance.

flexible
StorageTypestringNo

The storage type of the MySQL analytic instance.

cloud_essd

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

1A31D7FA-1826-5843-8807-D2F715E70CB0
DBNodeClassListarray<object>

The instance types of the MySQL analytic instances.

DBNodeClassobject

The instance type of the MySQL analytic instance.

Valuestring

The real value.

E32
Textstring

The display value.

E32
EngineVersionListarray<object>

The versions of the MySQL analytic instances.

EngineVersionobject

The version of the MySQL analytic instance.

Valuestring

The real value.

3.0
Textstring

The display value.

3.0
ModeListarray<object>

The modes of the MySQL analytic instances.

Modeobject

The mode of the MySQL analytic instance.

Valuestring

The real value.

flexible
Textstring

The display value.

flexible
StorageTypeListarray<object>

The storage types of the MySQL analytic instances.

StorageTypeobject

The storage type of the MySQL analytic instance.

Valuestring

The real value.

cloud_essd
Textstring

The display value.

cloud_essd
DBNodeStorageListarray<object>

The storage sizes of the MySQL analytic instances.

DBNodeStorageobject

The storage size of the MySQL analytic instance.

Valuestring

The real value.

100
Textstring

The display value.

100
DBNodeCategoryListarray<object>

The editions of the MySQL analytic instances.

DBNodeCategoryobject

The edition of the MySQL analytic instance.

Valuestring

The real value.

mixed_storage
Textstring

The display value.

mixed_storage

Examples

Sample success responses

JSONformat

{
  "RequestId": "1A31D7FA-1826-5843-8807-D2F715E70CB0",
  "DBNodeClassList": {
    "DBNodeClass": [
      {
        "Value": "E32",
        "Text": "E32"
      }
    ]
  },
  "EngineVersionList": {
    "EngineVersion": [
      {
        "Value": 3,
        "Text": 3
      }
    ]
  },
  "ModeList": {
    "Mode": [
      {
        "Value": "flexible",
        "Text": "flexible"
      }
    ]
  },
  "StorageTypeList": {
    "StorageType": [
      {
        "Value": "cloud_essd",
        "Text": "cloud_essd"
      }
    ]
  },
  "DBNodeStorageList": {
    "DBNodeStorage": [
      {
        "Value": 100,
        "Text": 100
      }
    ]
  },
  "DBNodeCategoryList": {
    "DBNodeCategory": [
      {
        "Value": "mixed_storage",
        "Text": "mixed_storage"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
404InvalidDBCluster.NotFoundThe DBClusterId provided does not exist in our records.The specified DBClusterId parameter does not exist. Make sure that the DBClusterId value is valid.

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

Change history

Change timeSummary of changesOperation
No change history