List Devices Jobs
| panorama_list_devices_jobs | R Documentation |
Returns a list of jobs¶
Description¶
Returns a list of jobs.
Usage¶
Arguments¶
DeviceIdFilter results by the job's target device ID.
MaxResultsThe maximum number of device jobs to return in one page of results.
NextTokenSpecify the pagination token from a previous request to retrieve the next page of results.
Value¶
A list with the following syntax:
list(
DeviceJobs = list(
list(
CreatedTime = as.POSIXct(
"2015-01-01"
),
DeviceId = "string",
DeviceName = "string",
JobId = "string",
JobType = "OTA"|"REBOOT"
)
),
NextToken = "string"
)