/
Get Threats for Time Period
Get Threats for Time Period
Returns threats submitted within the specified time period. Valid time periods are recent (30 minutes), hourly (90 minutes), daily (25 hours), weekly (7 days), and monthly (30 days).
Request
Request Endpoint
GET /data/threats/{type}
Request Body
N/A
Path Parameters | |||
---|---|---|---|
Parameter | Value | Data Type | Description |
type | host, ip, or url | string | Type of threats to return |
age | recent, hourly, daily, weekly, monthly | string | The age of threats to return. recent = 30 minutes, hourly = 90 minutes, daily = 25 hours, weekly = 7 days, monthly = 30 days |
Query Parameters
Response
If the submission is successful, the HTTP code 200 (OK) will be returned with the list of Threat objects.
Example
Request using curl to return host records for the past day:
curl ‘https://csp.infoblox.com/tide/api/data/threats/host/daily?data_format=ndjson' -H 'Authorization:Token token=<MYTOKEN>' |
Response
{ |
Related content
Query Data from a Specified Organization
Query Data from a Specified Organization
More like this
Query Data from a Particular Time
Query Data from a Particular Time
More like this
Query Data for a Specific Threat Indicator
Query Data for a Specific Threat Indicator
More like this
Query Active Threats
Query Active Threats
More like this