Skip to content
Start here

Ases

Get top ASes by BGP updates
radar.bgp.top.ases.get(AseGetParams**kwargs) -> AseGetResponse
GET/radar/bgp/top/ases
Get top ASes by prefix count
radar.bgp.top.ases.prefixes(AsePrefixesParams**kwargs) -> AsePrefixesResponse
GET/radar/bgp/top/ases/prefixes
ModelsExpand Collapse
class AseGetResponse:
meta: Meta
date_range: List[MetaDateRange]
end_time: datetime

Adjusted end of date range.

formatdate-time
start_time: datetime

Adjusted start of date range.

formatdate-time
top_0: List[Top0]
asn: int
as_name: str
value: str

Percentage of updates by this AS out of the total updates by all autonomous systems.

class AsePrefixesResponse:
asns: List[ASN]
asn: int
country: str
name: str
pfxs_count: int
meta: Meta
data_time: str
query_time: str
total_peers: int