You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Cloudflare Radar: Summary and Timeseries Groups Endpoints"
8
+
description: |-
9
+
Deprecation date: October 15, 2025
10
+
11
+
End of life date: April 15, 2026
12
+
13
+
The Radar API currently has multiple summary and timeseries groups endpoints per dataset (e.g., `/radar/http/summary/device_type`, `/radar/http/timeseries_groups/device_type`, etc.), which share nearly identical parameters and schema.
14
+
To simplify the API and improve maintainability, these endpoints will be replaced with parameterized endpoints using a `{dimension}` path parameter.
15
+
16
+
Deprecated APIs:
17
+
18
+
* `GET /radar/http/summary/device_type`
19
+
* `GET /radar/http/summary/bot_class`
20
+
* `GET /radar/http/timeseries_groups/device_type`
21
+
* `GET /radar/http/timeseries_groups/bot_class`
22
+
* and other similar summary and timeseries groups endpoints for the following datasets: AI Bots, AI Inference, AS112, DNS, Email Routing, Email Security, HTTP, Layer 3 Attacks, Layer 7 Attacks, Leaked Credential Checks
23
+
24
+
Replacements:
25
+
26
+
* `GET /radar/http/summary/{dimension}`
27
+
* `GET /radar/http/timeseries_groups/{dimension}`
28
+
* ...
29
+
30
+
Here, `{dimension}` is a required path parameter listing all available dimensions for the dataset.
31
+
32
+
For users calling the API directly (not via the Cloudflare SDK), no action is required.
33
+
For users using the SDK, we recommend updating to the new operations to ensure compatibility after the operations are removed.
0 commit comments