listClusters
List the details of all clusters created, with the following condition: The cluster creation time is within a certain period of time,
createdAfter < creationTime < createdBefore
Parameters: int
- createdAfter:
int
. - createdBefore:
int
.
Return: List<ClusterDetail>
list<ClusterDetail>
. For contents ofClusterDetail
, refer todescribeCluster back
.
Errors
- Internal server error.
- Parameter error.
- Insufficient permissions.