Changelog
2023-08-14
Deprecate old layer 3 dataset
- Added Regional Internet Registry (see field
source
in response) to get asn by id and get asn by ip endpoints. - Stopped collecting data in the old Layer 3 data source.
- Updated Layer 3
timeseries endpoint
to start using the new Layer 3 data source by default, fetching the old data source now requires sending the parameter
metric=bytes_old
. - Deprecated Layer 3
summary endpoint, this will stop
receiving data after 2023-08-14.
- To continue getting this data, switch to the new timeseries group protocol endpoint.
- Deprecated Layer 3
timeseries groups
endpoint, this will stop receiving data after 2023-08-14.
- To continue getting this data, switch to the new timeseries group protocol endpoint.
2023-07-31
Fix HTTP timeseries endpoint urls
- Updated HTTP
timeseries
endpoints urls totimeseries_groups
( example) due to consistency. Old timeseries endpoints are still available, but will soon be removed.
2023-07-20
Add URL Scanner endpoints
- Added urlscanner endpoints, read more here.
2023-06-20
Add Quality endpoints
- Added quality endpoints.
2023-06-07
Add BGP stats, pfx2as and moas endpoint
2023-05-10
Added IOS
as an option for the OS parameter in all HTTP
- Added
IOS
as an option for the OS parameter in all HTTP endpoints ( example).
2023-03-20
Add AS112 and email endpoints
- Added AS112 endpoints.
- Added email endpoints.
2023-01-23
Updated IPv6 calculation method
- IPv6 percentage started to be calculated as (IPv6 requests / requests for dual-stacked content), where as before it was calculated as (IPv6 requests / IPv4+IPv6 requests).
2023-01-11
Add new layer 3 dataset
- Added new Layer 3 data source and related endpoints.
- Updated Layer 3
timeseries endpoint
to support fetching both current and new data sources. For retro-compatibility
reasons, fetching the new data source requires sending the parameter
metric=bytes
else the current data source will be returned. - Deprecated old Layer 3 endpoints TimeseriesGroups and Summary. Users should upgrade to newer endpoints.