GET /radar/bgp/rpki/aspa/snapshot

Retrieves current or historical ASPA (Autonomous System Provider Authorization) objects. ASPA objects define which ASNs are authorized upstream providers for a customer ASN.

Servers

Query parameters

Name Type Required Description
providerAsn Integer No

Filter by provider ASN (an authorized upstream provider in ASPA objects).

customerAsn Integer No

Filter by customer ASN (the ASN publishing the ASPA object).

format String No

Format in which results will be returned.

Valid values:

  • "CSV"
  • "JSON"
date String No

Filters results by the specified datetime (ISO 8601).

includeAsnInfo Boolean No

Include ASN metadata (name, country) in response.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.