All Products
Search
Document Center

Platform For AI:ListUserClusterTypes

Last Updated:Jul 25, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Query the cluster types available to the user

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

Id of the request

4FD06DF0-9167-5C6F-A145-F30CA4A15D54
NextTokenstring

NextToken for the next page. Include this value when requesting the next page.

3a6b93229825ac667104463b56790c91
ClusterTypesarray<object>

The list of cluster types. Number of elements in the array: 1 to 100.

ClusterTypesobject

cluster type object

TypeNamestring

The name of cluster type

AckEdgePro
AccessTypestring

The access type of cluster type

Public

Examples

Sample success responses

JSONformat

{
  "RequestId": "4FD06DF0-9167-5C6F-A145-F30CA4A15D54",
  "NextToken": "3a6b93229825ac667104463b56790c91",
  "ClusterTypes": [
    {
      "TypeName": "AckEdgePro",
      "AccessType": "Public"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.