GET /radar/bgp/hijacks/events
Retrieves the BGP hijack events.
Servers
- https://api.cloudflare.com/client/v4
Query parameters
Name | Type | Required | Description |
---|---|---|---|
sortOrder |
String | No |
Sort order. Possible values:
|
dateEnd |
String | No |
End of the date range (inclusive). |
sortBy |
String | No |
Sorts results by the specified field. Possible values:
|
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:
|
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.