panorama_create_job_for_devices {paws.machine.learning} | R Documentation |
Creates a job to run on a device
Description
Creates a job to run on a device. A job can update a device's software or reboot it.
See https://www.paws-r-sdk.com/docs/panorama_create_job_for_devices/ for full documentation.
Usage
panorama_create_job_for_devices(DeviceIds, DeviceJobConfig = NULL, JobType)
Arguments
DeviceIds |
[required] ID of target device. |
DeviceJobConfig |
Configuration settings for a software update job. |
JobType |
[required] The type of job to run. |
[Package paws.machine.learning version 0.9.0 Index]