Returns information about a specific job including shipping information, job status, and other important metadata.
post/#X-Amz-Target=AWSIESnowballJobManagementService.DescribeJob
Headers
X-Amz-Target'AWSIESnowballJobManagementService.DescribeJob' required
Request body
Response
Success
Example response
{
"JobMetadata": {
"AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
"CreationDate": "1475626164",
"Description": "My Job",
"JobId": "JID123e4567-e89b-12d3-a456-426655440000",
"JobState": "New",
"JobType": "IMPORT",
"KmsKeyARN": "arn:aws:kms:us-east-1:123456789012:key/abcd1234-12ab-34cd-56ef-123456123456",
"Notification": {
"JobStatesToNotify": [],
"NotifyAll": false
},
"Resources": {
"S3Resources": [
{
"BucketArn": "arn:aws:s3:::MyBucket",
"KeyRange": {}
}
]
},
"RoleARN": "arn:aws:iam::123456789012:role/snowball-import-S3-role",
"ShippingDetails": {
"ShippingOption": "SECOND_DAY"
},
"SnowballCapacityPreference": "T80",
"SnowballType": "STANDARD"
}
}