Describe Device Job
panorama_describe_device_job | R Documentation |
Returns information about a device job¶
Description¶
Returns information about a device job.
Usage¶
Arguments¶
JobId
[required] The job's ID.
Value¶
A list with the following syntax:
list(
CreatedTime = as.POSIXct(
"2015-01-01"
),
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"
)