Add DVC Rule to given DVC configuration
POST https://{{amp4e_APIhost}}/v3/organizations/{{amp4e_ORG_identifier}}/device_control/configurations/{{amp4e_DVC_configurationGUID}}/rules
Request Body
{"controlType"=>"allow", "notificationType"=>"never", "order"=>1, "quantifier"=>"all", "displayName"=>"This Exception Rule has been added by API", "ruleExpressions"=>[{"identifier"=>"vendor_name", "operator"=>"equals", "value"=>"Toshiba"}, {"identifier"=>"vendor_id", "operator"=>"equals", "value"=>"0480"}, {"identifier"=>"product_name", "operator"=>"equals", "value"=>"TOSHIBA External USB 3.0 USB Device"}, {"identifier"=>"product_id", "operator"=>"equals", "value"=>"a006"}, {"identifier"=>"device_id", "operator"=>"equals", "value"=>"USBSTOR\\Disk&Ven_TOSHIBA&Prod_External_USB_3.0&Rev_0101"}]}