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
Response
Success
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"
}
]
}