Queries the information about specifications of MySQL analytic instances.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| ResourceGroupId | string | No | The resource group ID. | rg-4690g37929**** |
| RdsInstanceId | string | Yes | The ID of the ApsaraDB RDS instance from which data is synchronized to the MySQL analytic instance. | rm-2ze09tofcv39h7165 |
| NodeClass | string | Yes | The instance type of the MySQL analytic instance. | E32 |
| RegionId | string | Yes | The region ID. Note
You can call the DescribeRegions operation to query the most recent region list.
| cn-hangzhou |
| ClusterCategory | string | No | The edition of the MySQL analytic instance. | mixed_storage |
| NodeCount | integer | No | The number of nodes in the MySQL analytic instance. | 5 |
| ClusterMode | string | No | The mode of the MySQL analytic instance. | flexible |
| StorageType | string | No | The storage type of the MySQL analytic instance. | cloud_essd |
Response parameters
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 code | Error code | Error message | Description |
|---|---|---|---|
| 404 | InvalidDBCluster.NotFound | The 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 time | Summary of changes | Operation |
|---|
No change history
