ListUserClusterTypes
Queries the cluster types available to a user.
Operation description
Creates a session, returns the frontend endpoint, and starts a periodic task to track the session status.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
4FD06DF0-9167-5C6F-A145-F30CA4A15D54 |
| NextToken |
string |
The token for the next page. Include this value when you request the next page. |
3a6b93229825ac667104463b56790c91 |
| ClusterTypes |
array<object> |
List of cluster types. Array length: 1 to 100. |
|
|
object |
The cluster type object. |
||
| TypeName |
string |
The cluster type name. |
AckEdgePro |
| AccessType |
string |
The access type of the cluster type. |
Public |
Examples
Success response
JSON format
{
"RequestId": "4FD06DF0-9167-5C6F-A145-F30CA4A15D54",
"NextToken": "3a6b93229825ac667104463b56790c91",
"ClusterTypes": [
{
"TypeName": "AckEdgePro",
"AccessType": "Public"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.