Logo
Cisco Secure Endpoint API Documentation

Add DVC Rule to given DVC configuration

POST https://{{amp4e_APIhost}}/v3/organizations/{{amp4e_ORG_identifier}}/device_control/configurations/{{amp4e_DVC_configurationGUID}}/rules

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://amp4e_APIhost/v3/organizations/amp4e_ORG_identifier/device_control/configurations/amp4e_DVC_configurationGUID/rules' -d '{"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\u0026Ven_TOSHIBA\u0026Prod_External_USB_3.0\u0026Rev_0101"}]}'

ENDPOINTS