Create Job

A job is made up of at least one task containing the file information
that is to be assigned to devices added to the job criteria.

Smart Search is used in the job criteria to specify which devices are to
be included in a job. It provides the capability to search for Devices
either using a human-readable query string or using an Elasticsearch
full-fledged query format.

Sample input request body containing Smart Search job criteria:

{ "smartSearch": { "queryString": "(5131000191)", "type": "device",
"accountId": 2, "hierLevel": "All" } }

Job name should be unique. Initial progressStatus is “Pending”.

Language
Authorization
Click Try It! to start a request and see the response here!