CURLcurl -X POST \ -H "Authorization: [[apiKey]]" \ \ -H "Content-Type: application/json,application/xml" \ "https://hostname:443/indicators/feed/json" \ -d '{ "bypassExclusionList" : true, "classifierId" : "classifierId", "mapperId" : "mapperId", "indicators" : [ null, null ] }' \ -d '
' true aeiou aeiou
Create indicators from raw JSON (similar to ingesting from a feed). Builds indicators according to the specified feed classifier,
or uses the default one if not specified.
Indicator properties (all optional except for value): value (string, required) | type (string) | score (number, 0-3,
default
0
, where 0
means None, 1
Good, 2
Suspicious, and 3
Bad) | sourceBrand (string, default "External"
) | sourceInstance
(string, default "External"
) | reliability (string, one of "A - Completely reliable"
, "B - Usually reliable"
, "C - Fairly reliable"
, "D - Not usually reliable"
, "E - Unreliable"
, "F - Reliability cannot be judged"
) | expirationPolicy (string,
one of "never"
, "interval"
, "indicatorType"
) | expirationInterval (number, in minutes)