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
Response
Success
Example response
{
"ClusterListEntries": [
{
"ClusterId": "CID123e4567-e89b-12d3-a456-426655440000",
"ClusterState": "Pending",
"CreationDate": "1480475517.0",
"Description": "MyCluster"
}
]
}