Skip to content
Start here

ASPA

Get ASPA objects snapshot
client.radar.bgp.rpki.aspa.snapshot(ASPASnapshotParams { customerAsn, date, format, 2 more } query?, RequestOptionsoptions?): ASPASnapshotResponse { asnInfo, aspaObjects, meta }
GET/radar/bgp/rpki/aspa/snapshot
Get ASPA changes over time
client.radar.bgp.rpki.aspa.changes(ASPAChangesParams { asn, dateEnd, dateStart, 2 more } query?, RequestOptionsoptions?): ASPAChangesResponse { asnInfo, changes, meta }
GET/radar/bgp/rpki/aspa/changes
Get ASPA count time series
client.radar.bgp.rpki.aspa.timeseries(ASPATimeseriesParams { dateEnd, dateStart, format, 3 more } query?, RequestOptionsoptions?): ASPATimeseriesResponse { meta, serie_0 }
GET/radar/bgp/rpki/aspa/timeseries
ModelsExpand Collapse
ASPASnapshotResponse { asnInfo, aspaObjects, meta }
asnInfo: ASNInfo { 13335 }
"13335": _13335 { asn, country, name }
asn: number

ASN number.

country: string

Alpha-2 country code.

name: string

AS name.

aspaObjects: Array<ASPAObject>
customerAsn: number

The customer ASN publishing the ASPA object.

providers: Array<number>
meta: Meta { dataTime, queryTime, totalCount }
dataTime: string

Timestamp of the underlying data.

formatdate-time
queryTime: string

Timestamp when the query was executed.

formatdate-time
totalCount: number

Total number of ASPA objects.

ASPAChangesResponse { asnInfo, changes, meta }
asnInfo: ASNInfo { 13335 }
"13335": _13335 { asn, country, name }
asn: number

ASN number.

country: string

Alpha-2 country code.

name: string

AS name.

changes: Array<Change>
customersAdded: number

Number of new ASPA objects created.

customersRemoved: number

Number of ASPA objects deleted.

date: string

Date of the changes in ISO 8601 format.

formatdate-time
entries: Array<Entry>
customerAsn: number

The customer ASN affected.

providers: Array<number>
type: "CustomerAdded" | "CustomerRemoved" | "ProvidersAdded" | "ProvidersRemoved"
One of the following:
"CustomerAdded"
"CustomerRemoved"
"ProvidersAdded"
"ProvidersRemoved"
providersAdded: number

Number of providers added to existing objects.

providersRemoved: number

Number of providers removed from existing objects.

totalCount: number

Running total of active ASPA objects after this day.

meta: Meta { dataTime, queryTime }
dataTime: string

Timestamp of the underlying data.

formatdate-time
queryTime: string

Timestamp when the query was executed.

formatdate-time
ASPATimeseriesResponse { meta, serie_0 }
meta: Meta { dataTime, queryTime }
dataTime: string

Timestamp of the underlying data.

formatdate-time
queryTime: string

Timestamp when the query was executed.

formatdate-time
serie_0: Serie0 { timestamps, values }
timestamps: Array<string>
values: Array<string>