Create a Sensor Update Job

POST {{cb_url}}/sus/v2/orgs/{{cb_org_key}}/jobs?job_type={{cb_job_type}}

Create a job that will update all sensors that match either the searchdefinition or a list of deviceids. Only one of these criteria may be used.

RBAC PERMISSIONS REQUIRED

Permission (.notation name)Operation(s)
org.kitsEXECUTE

See Documentation

Request Params

KeyDatatypeRequiredDescription
job_typestring

Request Body

{"action_type"=>"UPDATE_SENSOR_VERSION", "device_id"=>[0], "options"=>{"sensor_version"=>{"WINDOWS"=>"3.4.0.1", "MAC"=>"2.1.1.1"}}, "search_definition"=>{"criteria"=>{"ad_group_id"=>[0], "id"=>[0], "last_contact_time"=>{"range"=>"string"}, "policy_id"=>[0], "status"=>["string"], "target_priority"=>["string"]}, "query"=>"string", "rows"=>0, "sort"=>[{"field"=>"string", "order"=>"ASC"}], "start"=>0}}