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 of ClusterDetail, refer to describeCluster back.

Errors

  • Internal server error.
  • Parameter error.
  • Insufficient permissions.