describe_device_job
(**kwargs)¶Returns information about a device job.
See also: AWS API Documentation
Request Syntax
response = client.describe_device_job(
JobId='string'
)
[REQUIRED]
The job's ID.
{
'CreatedTime': datetime(2015, 1, 1),
'DeviceArn': 'string',
'DeviceId': 'string',
'DeviceName': 'string',
'DeviceType': 'PANORAMA_APPLIANCE_DEVELOPER_KIT'|'PANORAMA_APPLIANCE',
'ImageVersion': 'string',
'JobId': 'string',
'JobType': 'OTA'|'REBOOT',
'Status': 'PENDING'|'IN_PROGRESS'|'VERIFYING'|'REBOOTING'|'DOWNLOADING'|'COMPLETED'|'FAILED'
}
Response Structure
When the job was created.
The device's ARN.
The device's ID.
The device's name.
The device's type.
For an OTA job, the target version of the device software.
The job's ID.
The job's type.
The job's status.
Exceptions
Panorama.Client.exceptions.ConflictException
Panorama.Client.exceptions.ValidationException
Panorama.Client.exceptions.AccessDeniedException
Panorama.Client.exceptions.ResourceNotFoundException
Panorama.Client.exceptions.InternalServerException