Skip to content

Commit 580de6f

Browse files
committed
[Radar] Add deprecation notice for summary and timeseries groups endpoints
1 parent 99c717e commit 580de6f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/content/release-notes/api-deprecations.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@ link: "/fundamentals/api/reference/deprecations/"
33
productName: API deprecations
44
productLink: "/fundamentals/"
55
entries:
6+
- publish_date: "2025-10-15"
7+
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.
34+
635
- publish_date: "2025-07-01"
736
title: "Cloudflare Radar: Verified Bots APIs"
837
description: |-

0 commit comments

Comments
 (0)