Skip to content
Start here

Events

Get BGP hijack events
radar.bgp.hijacks.events.list(EventListParams**kwargs) -> SyncV4PagePagination[EventListResponse]
GET/radar/bgp/hijacks/events
ModelsExpand Collapse
class EventListResponse:
asn_info: List[ASNInfo]
asn: int
country_code: str
org_name: str
events: List[Event]
id: int
confidence_score: int
duration: int
event_type: int
hijack_msgs_count: int
hijacker_asn: int
hijacker_country: str
is_stale: bool
max_hijack_ts: str
max_msg_ts: str
min_hijack_ts: str
on_going_count: int
peer_asns: List[int]
peer_ip_count: int
prefixes: List[str]
tags: List[EventTag]
name: str
score: int
victim_asns: List[int]
victim_countries: List[str]
total_monitors: int