GET /radar/bgp/rpki/roas/timeseries
Retrieves RPKI ROA (Route Origin Authorization) validation ratios over time. Returns the selected metric as a time series. Supports filtering by ASN or location (country code) — multiple values of the same filter type produce one series per value. If no ASN or location is specified, returns the global aggregate.
Servers
- https://api.cloudflare.com/client/v4
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
metric |
String | No |
Which RPKI ROA validation metric to return. validPfxsRatio = ratio of RPKI-valid prefixes (IPv4+IPv6 combined). validPfxsV4Ratio / validPfxsV6Ratio = same, split by IP version. validIpsRatio = ratio of RPKI-valid address space (IPv4 /24s + IPv6 /48s). validIpsV4Ratio / validIpsV6Ratio = same, split by IP version. Valid values:
Default value: "validPfxsRatio" |
asn[] |
Array | No |
Filters results by Autonomous System Number. Specify one or more ASNs. Multiple values generate one series per ASN. |
name[] |
Array | No |
Array of names used to label the series in the response. |
format |
String | No |
Format in which results will be returned. Valid values:
|
dateEnd |
String | No |
End of the date range (inclusive). |
location[] |
Array | No |
Filters results by location. Specify a comma-separated list of alpha-2 location codes. |
dateStart |
String | No |
Start of the date range (inclusive). |
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.