Right now, if multiple IPs are input into the IPAddress field of the job, each IP will be onboarded, but in a single job. Instead, spawn additional jobs and add them to the job queue to run in parallel.
Make this as optional and or a configurable item.
Use Case
Onboarding lots of devices is easy but may take a long time since they are done one at a time.
Environment
Proposed Functionality
For each IP added in a call, spawn a new job.
Right now, if multiple IPs are input into the IPAddress field of the job, each IP will be onboarded, but in a single job. Instead, spawn additional jobs and add them to the job queue to run in parallel.
Make this as optional and or a configurable item.
Use Case
Onboarding lots of devices is easy but may take a long time since they are done one at a time.