HomeGuidesAPI ReferenceGuidesMRT APIConfiguration API
GitHubAirheads Developer Community
API Reference

Get a list of IDPS threats.

Retrieves a list of IDPS threats detected by the Suricata engine in the Gateways.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int64
required

Specifies the start time (in milliseconds) from which the threats should be listed.

int64

Specifies the end time (in milliseconds) up to which the threats should be listed.

string
length ≤ 1024

OData Version 4.0 filter string (limited functionality). Supports only 'and' conjunction ('or' and 'not' are NOT supported). The only supported operator is 'eq' ('in' is NOT supported). Supported fields are: action, appProto, clientMacaddr, customerId, destCity, destCountry, destIp, destPort, deviceIp, deviceModel, deviceName, deviceSerialNum, flowId, groupId, groupName, proto, signatureId, siteId, siteName, severity, srcCity, srcCountry, srcIp, srcPort, strategy, id, timestamp, userName and userRole.

string
length ≤ 1024

Comma separated list of sort expressions. Each sort expression is a property name optionally followed by a direction indicator asc (ascending) or desc (descending).

The first sort expression in the list defines the primary sort order, the second defines the secondary sort order, and so on. If a direction indicator is omitted the default direction is ascending.

Supported fields are action, appProto, clientMacaddr, customerId, destIp, destPort, destCity, destCountry, deviceIp, deviceModel, deviceName, deviceSerialNum, flowId, groupId, groupName, id, proto, signatureId, siteId, siteName, srcCity, srcCountry, srcIp, srcPort, strategy, timestamp, userName and userRole.

int32
0 to 1000
Defaults to 20

Specifies the maximum number of threats returned in the response threat list.

int64
0 to 2147483647
Defaults to 0

Specifies the offset in the threat list at which to begin the response.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json