v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426146126.4 KB

Returns an array of <code>JobListEntry</code> objects of the specified length. Each <code>JobListEntry</code> object is for a job in the specified cluster and contains a job's state, a job's ID, and other information.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AWSIESnowballJobManagementService.ListClusterJobs' required

Request body

ClusterIdstring required

The 39-character ID for the cluster that you want to list, for example <code>CID123e4567-e89b-12d3-a456-426655440000</code>.

MaxResultsinteger

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

NextTokenstring

HTTP requests are stateless. To identify what object comes "next" in the list of <code>JobListEntry</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>ListClusterJobsResult</code> call, your list of returned jobs will start from this point in the array.

Example response

{
  "JobListEntries": [
    {
      "CreationDate": "1480475524.0",
      "Description": "MyClustrer-node-001",
      "IsMaster": false,
      "JobId": "JID123e4567-e89b-12d3-a456-426655440000",
      "JobState": "New",
      "JobType": "LOCAL_USE",
      "SnowballType": "EDGE"
    },
    {
      "CreationDate": "1480475525.0",
      "Description": "MyClustrer-node-002",
      "IsMaster": false,
      "JobId": "JID123e4567-e89b-12d3-a456-426655440001",
      "JobState": "New",
      "JobType": "LOCAL_USE",
      "SnowballType": "EDGE"
    },
    {
      "CreationDate": "1480475525.0",
      "Description": "MyClustrer-node-003",
      "IsMaster": false,
      "JobId": "JID123e4567-e89b-12d3-a456-426655440002",
      "JobState": "New",
      "JobType": "LOCAL_USE",
      "SnowballType": "EDGE"
    },
    {
      "CreationDate": "1480475525.0",
      "Description": "MyClustrer-node-004",
      "IsMaster": false,
      "JobId": "JID123e4567-e89b-12d3-a456-426655440003",
      "JobState": "New",
      "JobType": "LOCAL_USE",
      "SnowballType": "EDGE"
    },
    {
      "CreationDate": "1480475525.0",
      "Description": "MyClustrer-node-005",
      "IsMaster": false,
      "JobId": "JID123e4567-e89b-12d3-a456-426655440004",
      "JobState": "New",
      "JobType": "LOCAL_USE",
      "SnowballType": "EDGE"
    }
  ]
}