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
- https://api.cloudflare.com/client/v4
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:
|
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.