Skip to content

Commit b884bf1

Browse files
marcinflareRebeccaTamachiro
authored andcommitted
[Zero Trust Devices] Deprecate several endpoints (#21668)
* [Zero Trust Devices] Deprecate several endpoints * [Zero Trust Devices] Add override_codes to the replacements. * [Zero Trust Devices] Update EOL date * [Zero Trust Devices] Address review comments * [Zero Trust Devices] Update publish_date, remove Deprecation Date The common practice for this page is to set publish_date to the EOL date, plus EOL and Deprecation dates are used interchangeably.
1 parent 0c9ed77 commit b884bf1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ productLink: "/fundamentals/"
55
productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:
8+
- publish_date: "2025-11-11"
9+
title: "Zero Trust Devices"
10+
description: |-
11+
End of life date: November 11, 2025
12+
13+
We are changing the definition of Devices. Devices are going to represent the real-world machines while
14+
the relation between Users and Devices will be represented by a new concept - Registrations.
15+
16+
As a result multiple fields are moving from Devices to Registrations and we are deprecating the endpoints listed below.
17+
18+
The deprecated endpoints are not supported on accounts with [multi-user mode](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/) enabled.
19+
20+
Deprecated API:
21+
22+
* `GET /accounts/{account_id}/devices`
23+
* `GET /accounts/{account_id}/devices/{device_id}`
24+
* `GET /accounts/{account_id}/devices/{device_id}/override_codes`
25+
* `POST /accounts/{account_id}/devices/revoke`
26+
* `POST /accounts/{account_id}/devices/unrevoke`
27+
28+
Replacement:
29+
30+
* `GET /accounts/{account_id}/devices/physical-devices`
31+
* `GET /accounts/{account_id}/devices/physical-devices/{device_id}`
32+
* `GET /accounts/{account_id}/devices/registrations`
33+
* `GET /accounts/{account_id}/devices/registrations/{registration_id}`
34+
* `GET /accounts/{account_id}/devices/registrations/{registration_id}/override_codes`
35+
* `POST /accounts/{account_id}/devices/registrations/revoke`
36+
* `POST /accounts/{account_id}/devices/registrations/unrevoke`
37+
838
- publish_date: "2025-03-20"
939
title: "Cloudflare Radar: Attack top industry and vertical endpoints"
1040
description: |-

0 commit comments

Comments
 (0)