Lists the available cluster specifications.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeClassList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MasterHa |
string |
No |
The number of nodes. Valid values:
|
cluster |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-************ |
| CommodityCode |
string |
Yes |
The commodity code. Valid values:
Note
|
polardb_sub |
| OrderType |
string |
No |
The order type. Valid values:
|
BUY |
| RegionId |
string |
No |
The region ID. Note
This parameter is required if you use an Alibaba Cloud international site account. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
69A85BAF-1089-4CDF-A82F-0A140F****** |
| Items |
array<object> |
The list of cluster specifications. |
|
|
object |
|||
| Psl4MaxIOPS |
string |
The maximum input/output operations per second (IOPS) of PSL4. Unit: IOPS. |
48000 |
| ClassTypeLevel |
string |
The specification type. |
enterprise |
| Cpu |
string |
The number of CPU cores. Unit: cores. |
8 |
| ReferencePrice |
string |
The price. Unit: cents (USD). Note
|
200000 |
| ReferenceExtPrice |
string |
The additional price. Unit: cents (USD). Note
|
200000 |
| MaxConnections |
string |
The maximum number of concurrent connections to the cluster. |
8000 |
| MemoryClass |
string |
The memory capacity. Unit: GB. |
32 |
| ClassCode |
string |
The cluster specifications. |
polar.mysql.x4.medium |
| ClassGroup |
string |
The family of the cluster specifications. Valid values:
|
Exclusive package |
| Psl5MaxIOPS |
string |
The maximum IOPS of PSL5. Unit: IOPS. |
96000 |
| MaxIOPS |
string |
The maximum IOPS. Unit: IOPS. |
32000 |
| MaxStorageCapacity |
string |
The maximum storage capacity. Unit: TB. |
20 |
| Pl1MaxIOPS |
string |
The maximum IOPS of an Enhanced SSD (ESSD) at performance level 1 (PL1). Unit: IOPS. |
50000 |
| Pl2MaxIOPS |
string |
The maximum IOPS of an ESSD at PL2. Unit: IOPS. |
100000 |
| Pl3MaxIOPS |
string |
The maximum IOPS of an ESSD at PL3. Unit: IOPS. |
1000000 |
| EssdMaxStorageCapacity |
string |
The maximum storage capacity of an ESSD. Unit: TB. |
64 |
| PolarStoreMaxStorageCapacity |
string |
The maximum storage capacity of PSL4/PSL5. Unit: TB. |
500 |
| RegionId |
string |
The region ID. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "69A85BAF-1089-4CDF-A82F-0A140F******",
"Items": [
{
"Psl4MaxIOPS": "48000",
"ClassTypeLevel": "enterprise",
"Cpu": "8",
"ReferencePrice": "200000",
"ReferenceExtPrice": "200000",
"MaxConnections": "8000",
"MemoryClass": "32",
"ClassCode": "polar.mysql.x4.medium",
"ClassGroup": "Exclusive package",
"Psl5MaxIOPS": "96000",
"MaxIOPS": "32000",
"MaxStorageCapacity": "20",
"Pl1MaxIOPS": "50000",
"Pl2MaxIOPS": "100000",
"Pl3MaxIOPS": "1000000",
"EssdMaxStorageCapacity": "64",
"PolarStoreMaxStorageCapacity": "500"
}
],
"RegionId": "cn-hangzhou"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameters.Format | Specified parameters is not valid. | The specified parameters are invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.