Skip to content
Start here

RPKI

RPKIASPA

Get ASPA objects snapshot
radar.bgp.rpki.aspa.snapshot(ASPASnapshotParams**kwargs) -> ASPASnapshotResponse
GET/radar/bgp/rpki/aspa/snapshot
Get ASPA changes over time
radar.bgp.rpki.aspa.changes(ASPAChangesParams**kwargs) -> ASPAChangesResponse
GET/radar/bgp/rpki/aspa/changes
Get ASPA count time series
radar.bgp.rpki.aspa.timeseries(ASPATimeseriesParams**kwargs) -> ASPATimeseriesResponse
GET/radar/bgp/rpki/aspa/timeseries
ModelsExpand Collapse
class ASPASnapshotResponse:
asn_info: ASNInfo
_13335: ASNInfo_13335
asn: int

ASN number.

country: str

Alpha-2 country code.

name: str

AS name.

aspa_objects: List[ASPAObject]
customer_asn: int

The customer ASN publishing the ASPA object.

providers: List[int]
meta: Meta
data_time: datetime

Timestamp of the underlying data.

formatdate-time
query_time: datetime

Timestamp when the query was executed.

formatdate-time
total_count: int

Total number of ASPA objects.

class ASPAChangesResponse:
asn_info: ASNInfo
_13335: ASNInfo_13335
asn: int

ASN number.

country: str

Alpha-2 country code.

name: str

AS name.

changes: List[Change]
customers_added: int

Number of new ASPA objects created.

customers_removed: int

Number of ASPA objects deleted.

date: datetime

Date of the changes in ISO 8601 format.

formatdate-time
entries: List[ChangeEntry]
customer_asn: int

The customer ASN affected.

providers: List[int]
type: Literal["CustomerAdded", "CustomerRemoved", "ProvidersAdded", "ProvidersRemoved"]
One of the following:
"CustomerAdded"
"CustomerRemoved"
"ProvidersAdded"
"ProvidersRemoved"
providers_added: int

Number of providers added to existing objects.

providers_removed: int

Number of providers removed from existing objects.

total_count: int

Running total of active ASPA objects after this day.

meta: Meta
data_time: datetime

Timestamp of the underlying data.

formatdate-time
query_time: datetime

Timestamp when the query was executed.

formatdate-time
class ASPATimeseriesResponse:
meta: Meta
data_time: datetime

Timestamp of the underlying data.

formatdate-time
query_time: datetime

Timestamp when the query was executed.

formatdate-time
serie_0: Serie0
timestamps: List[datetime]
values: List[str]