v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426146126.4 KB

Returns an array of <code>ClusterListEntry</code> objects of the specified length. Each <code>ClusterListEntry</code> object contains a cluster's state, a cluster's ID, and other important status information.

post/#X-Amz-Target=AWSIESnowballJobManagementService.ListClusters

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AWSIESnowballJobManagementService.ListClusters' required

Request body

MaxResultsinteger

The number of <code>ClusterListEntry</code> objects to return.

NextTokenstring

HTTP requests are stateless. To identify what object comes "next" in the list of <code>ClusterListEntry</code> objects, you have the option of specifying <code>NextToken</code> as the starting point for your returned list.

Response

Success

NextTokenstring

HTTP requests are stateless. If you use the automatically generated <code>NextToken</code> value in your next <code>ClusterListEntry</code> call, your list of returned clusters will start from this point in the array.

Example response

{
  "ClusterListEntries": [
    {
      "ClusterId": "CID123e4567-e89b-12d3-a456-426655440000",
      "ClusterState": "Pending",
      "CreationDate": "1480475517.0",
      "Description": "MyCluster"
    }
  ]
}