GET /radar/bgp/rpki/aspa/changes
Retrieves ASPA (Autonomous System Provider Authorization) changes over time. Returns daily aggregated changes including additions, removals, and modifications of ASPA objects.
Servers
- https://api.cloudflare.com/client/v4
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
asn |
Integer | No |
Filter changes involving this ASN (as customer or provider). |
format |
String | No |
Format in which results will be returned. Valid values:
|
dateEnd |
String | No |
End of the date range (inclusive). |
dateStart |
String | No |
Start of the date range (inclusive). |
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.