8.) Enforce on bad Domains in Umbrella
POST https://{{umbrella_host}}/1.0/events?customerKey={{umbrella_key}}
using the umbrella enforcement API add domains to the custom integration
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
customerKey | string |
Request Body
{"0"=>{"alertTime"=>"2013-02-08T11:14:26.0Z", "deviceId"=>"ba6a59f4-e692-4724-ba36-c28132c761de", "deviceVersion"=>"13.7a", "dstDomain"=>"{{umbrella_blacklist_entry_0}}", "dstUrl"=>"http://{{umbrella_blacklist_entry_0}}/a-bad-url", "eventTime"=>"2013-02-08T09:30:26.0Z", "protocolVersion"=>"1.0a", "providerName"=>"Security Platform"}, "1"=>{"alertTime"=>"2015-02-08T11:14:26.0Z", "deviceId"=>"ba6a59f4-e692-4724-ba36-c28132c761de", "deviceVersion"=>"13.7a", "dstDomain"=>"{{umbrella_blacklist_entry_1}}", "dstUrl"=>"{{umbrella_blacklist_entry_1}}", "eventTime"=>"2015-02-08T09:30:26.0Z", "protocolVersion"=>"1.0a", "providerName"=>"Security Platform"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |