GET /radar/bgp/routes/upstreams/{asn}/timeseries
Retrieves the share of an AS’s observed paths carried by each direct upstream over time, derived from RouteViews RIB snapshots across all collectors (the combined product). Each upstream ASN is returned as its own series of shares (0–1); the least-significant upstreams beyond the requested limit are grouped into an "OTHER" series. Series share a common set of timestamps.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
asn |
Integer | Yes |
Single Autonomous System Number (ASN) as integer. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit |
Integer | No |
Number of upstream ASNs to return as separate series, ranked by the first bucket. Remaining upstreams are grouped into an "OTHER" series. Defaults to 5. |
format |
String | No |
Format in which results will be returned. Valid values:
|
ipVersion |
String | No |
Address family of the observed paths. Defaults to IPv4. Valid values:
Default value: "IPv4" |
dateEnd |
String | No |
End of the date range (inclusive). Alternative to |
dateStart |
String | No |
Start of the date range (inclusive). Alternative to |
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.