From 580de6f3e160f360972d81c7e5dcea7fb9695736 Mon Sep 17 00:00:00 2001 From: Andre Jesus Date: Wed, 15 Oct 2025 17:24:44 +0100 Subject: [PATCH 1/3] [Radar] Add deprecation notice for summary and timeseries groups endpoints --- .../release-notes/api-deprecations.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/content/release-notes/api-deprecations.yaml b/src/content/release-notes/api-deprecations.yaml index 1dea3038ca283d8..ef796079a7f3909 100644 --- a/src/content/release-notes/api-deprecations.yaml +++ b/src/content/release-notes/api-deprecations.yaml @@ -3,6 +3,35 @@ link: "/fundamentals/api/reference/deprecations/" productName: API deprecations productLink: "/fundamentals/" entries: + - publish_date: "2025-10-15" + title: "Cloudflare Radar: Summary and Timeseries Groups Endpoints" + description: |- + Deprecation date: October 15, 2025 + + End of life date: April 15, 2026 + + 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. + To simplify the API and improve maintainability, these endpoints will be replaced with parameterized endpoints using a `{dimension}` path parameter. + + Deprecated APIs: + + * `GET /radar/http/summary/device_type` + * `GET /radar/http/summary/bot_class` + * `GET /radar/http/timeseries_groups/device_type` + * `GET /radar/http/timeseries_groups/bot_class` + * 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 + + Replacements: + + * `GET /radar/http/summary/{dimension}` + * `GET /radar/http/timeseries_groups/{dimension}` + * ... + + Here, `{dimension}` is a required path parameter listing all available dimensions for the dataset. + + For users calling the API directly (not via the Cloudflare SDK), no action is required. + For users using the SDK, we recommend updating to the new operations to ensure compatibility after the operations are removed. + - publish_date: "2025-07-01" title: "Cloudflare Radar: Verified Bots APIs" description: |- From 510e14f4e5c6641a99e72cd2211ede94a29d4493 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Wed, 15 Oct 2025 12:52:17 -0400 Subject: [PATCH 2/3] Update src/content/release-notes/api-deprecations.yaml --- src/content/release-notes/api-deprecations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/release-notes/api-deprecations.yaml b/src/content/release-notes/api-deprecations.yaml index ef796079a7f3909..94cefefd3bc0bee 100644 --- a/src/content/release-notes/api-deprecations.yaml +++ b/src/content/release-notes/api-deprecations.yaml @@ -10,7 +10,7 @@ entries: End of life date: April 15, 2026 - 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. + The Radar API currently has multiple summary and timeseries groups endpoints per dataset (for example, `/radar/http/summary/device_type` and `/radar/http/timeseries_groups/device_type`), which share nearly identical parameters and schema. To simplify the API and improve maintainability, these endpoints will be replaced with parameterized endpoints using a `{dimension}` path parameter. Deprecated APIs: From 120537ae11b413eb97548fe5e34a7c3285aa92c6 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Wed, 15 Oct 2025 11:53:18 -0500 Subject: [PATCH 3/3] Update style --- src/content/release-notes/api-deprecations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/release-notes/api-deprecations.yaml b/src/content/release-notes/api-deprecations.yaml index 94cefefd3bc0bee..925d9687ebe47ab 100644 --- a/src/content/release-notes/api-deprecations.yaml +++ b/src/content/release-notes/api-deprecations.yaml @@ -19,7 +19,7 @@ entries: * `GET /radar/http/summary/bot_class` * `GET /radar/http/timeseries_groups/device_type` * `GET /radar/http/timeseries_groups/bot_class` - * 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 + * 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 Replacements: