Describes one or more clusters.
Note
This API has been deprecated with no replacement. While temporary access is maintained, no further updates or bug fixes will be provided. To ensure continued functionality, plan your migration and contact your account manager for support.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The request ID. |
|
| Clusters |
object |
An object that contains the list of clusters. |
|
| Cluster |
array<object> |
The list of clusters. |
|
|
object |
The details of a cluster. |
||
| ClusterId |
string |
The cluster ID. |
Examples
Success response
JSON format
{
"RequestId": "",
"Clusters": {
"Cluster": [
{
"ClusterId": ""
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.