首页 ListClusterType

ListClusterType

更新时间: 2026-02-04 22:19:29

Lists the supported cluster types in the current region.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.

  • HYBRID: Capacity.

  • SSD: Performance.

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.

  • HYBRID: Capacity.

  • SSD: Performance.

SSD

IsMultiAZ

boolean

Indicates whether the cluster supports deployment in multiple availability zones (AZs).

  • true: The cluster supports multi-zone deployment and provides zone-redundant storage.

  • false: The cluster does not support multi-zone deployment and provides locally redundant storage.

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.

阿里云首页 表格存储 相关技术圈