GET /radar/bgp/hijacks/events

Retrieves the BGP hijack events.

Servers

Query parameters

Name Type Required Description
sortOrder String No

Sort order.

Possible values:

  • "DESC"
  • "ASC"
dateEnd String No

End of the date range (inclusive).

sortBy String No

Sorts results by the specified field.

Possible values:

  • "ID"
  • "TIME"
  • "CONFIDENCE"
dateStart String No

Start of the date range (inclusive).

involvedAsn Integer No

The potential hijacker or victim AS of a BGP hijack event.

dateRange String No

Filters results by date range.

maxConfidence Integer No

Filters events by maximum confidence score (1-4 low, 5-7 mid, 8+ high).

page Integer No

Current page number, starting from 1.

victimAsn Integer No

The potential victim AS of a BGP hijack event.

prefix String No

Network prefix, IPv4 or IPv6.

format String No

Format in which results will be returned.

Possible values:

  • "CSV"
  • "JSON"
involvedCountry String No

The country code of the potential hijacker or victim AS of a BGP hijack event.

per_page Integer No

Number of entries per page.

hijackerAsn Integer No

The potential hijacker AS of a BGP hijack event.

minConfidence Integer No

Filters events by minimum confidence score (1-4 low, 5-7 mid, 8+ high).

eventId Integer No

The unique identifier of a event.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.