/
Threat Class APIs
Threat Class APIs
Threat classes indicate the categories of threat, for example, phishing or spambots.
Get Threat Classes
Gets a list of threat classes.
Request
GET /data/threat_classes
Example:
Request using Curl
curl ‘https://csp.infoblox.com/tide/api/data/threat_classes' -H 'Authorization:Token token=<MYTOKEN>' | python -mjson.tool |
Response (with some detail removed for brevity):
{ |
Related content
Query Active Threats
Query Active Threats
More like this
Infoblox TIDE API FAQs Guide
Infoblox TIDE API FAQs Guide
More like this
Get Threats for Time Period
Get Threats for Time Period
More like this
Query Data for a Specific Threat Indicator
Query Data for a Specific Threat Indicator
More like this