aws.panorama.describe_device_job
Example SQL Queries
SELECT * FROMaws.panorama.describe_device_jobWHERE"job_id" = 'VALUE';Description
Returns information about a device job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Required Input Column The job's ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| created_time When the job was created. | TIMESTAMP_S |
| device_arn The device's ARN. | VARCHAR |
| device_id The device's ID. | VARCHAR |
| device_name The device's name. | VARCHAR |
| device_type The device's type. | VARCHAR |
| image_version For an OTA job, the target version of the device software. | VARCHAR |
| job_type The job's type. | VARCHAR |
| status The job's status. | VARCHAR |