Queries the supported cross-cloud specifications.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeCrossCloudLevels |
get |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
string |
Yes |
The resource pool ID. |
pj-87681rbcef6****** |
| DBType |
string |
Yes |
The database engine type. Valid values:
|
MySQL |
| DBVersion |
string |
No |
The version number of the database engine. Valid values for MySQL:
Valid values for PostgreSQL:
|
5.6 |
| StorageType |
string |
Yes |
The storage class. |
SharedStorage |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
E56531A4-E552-40BA-9C58-137B80****** |
| CrossCloudLevelList |
array<object> |
The list of supported cross-cloud specifications. |
|
|
object |
|||
| DBType |
string |
The database engine type. |
MySQL |
| LevelName |
string |
The CPU and memory. |
2 核 8 GB |
| LevelCode |
string |
The specification code. |
polar.mysql.g4.medium.c |
Examples
Success response
JSON format
{
"RequestId": "E56531A4-E552-40BA-9C58-137B80******",
"CrossCloudLevelList": [
{
"DBType": "MySQL",
"LevelName": "2 核 8 GB",
"LevelCode": "polar.mysql.g4.medium.c"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.