ListClusterType
Lists the supported cluster types in the current region.
Try it now
Test
RAM authorization
Request syntax
GET /v2/openapi/listclustertype HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response struct. |
||
| RequestId |
string |
The request ID. Use this ID to troubleshoot issues. |
88BA193C-4918-08C4-9870-E1FE6BBECF34 |
| ClusterTypes |
array |
A list of cluster types. |
|
|
string |
The cluster type.
|
SSD |
|
| ClusterTypeInfos |
array<object> |
A list of the detailed information about the cluster types. |
|
|
object |
The detailed information about the cluster type. |
||
| ClusterType |
string |
The cluster type.
|
SSD |
| IsMultiAZ |
boolean |
Indicates whether the cluster supports deployment in multiple availability zones (AZs).
|
true |
Examples
Success response
JSON format
{
"RequestId": "88BA193C-4918-08C4-9870-E1FE6BBECF34",
"ClusterTypes": [
"SSD"
],
"ClusterTypeInfos": [
{
"ClusterType": "SSD",
"IsMultiAZ": true
}
]
}
Error codes
See for a complete list.
Release notes
See Release Notes for a complete list.