Time Series Device Summary API stopped working in last 24 hours?

What is the name of the domain?

https://api.cloudflare.com/client/v4/radar/http/timeseries/device_type

What is the error number?

{‘success’: False, ‘errors’: [{‘code’: 7000, ‘message’: ‘No route for that URI’}], ‘messages’: , ‘result’: None}

What is the error message?

‘No route for that URI’

What is the issue you’re encountering

I have a DAG that calls this API daily and it’s always ran fine, and then recently (today) it just randomly stopped working and starting returning a “No route for that URI” error

What are the steps to reproduce the issue?

Try calling this API
https://api.cloudflare.com/client/v4/radar/http/timeseries/device_type?name=human&botClass=LIKELY_HUMAN&dateStart={strt_dt}T00:00:00.000Z&dateEnd={end_dt}T00:00:00.000Z&name=bot&botClass=LIKELY_AUTOMATED&dateStart={strt_dt}T00:00:00.000Z&dateEnd={end_dt}T00:00:00.000Z&format=json&aggInterval={agg_int}

Nevermind, I figured out that you guys changed the URL path, so instead of timeseries it is now timeseries_groups - will close this, thanks anyway!

This topic was automatically closed after 15 days. New replies are no longer allowed.