From aaa5bb42a8965c0499571c6f6f23be2c65ad69f8 Mon Sep 17 00:00:00 2001 From: Kate Tungusova Date: Tue, 16 Sep 2025 17:03:02 +0100 Subject: [PATCH 1/2] [WARP] last seen device profile --- .../warp/configure-warp/device-profiles.mdx | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles.mdx index b460a64eaff824..86731ac467b0be 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles.mdx @@ -105,6 +105,25 @@ Send a `POST` request to the [Devices API](/api/resources/zero_trust/subresource ## Verify device profile +### Via the Cloudflare dashboard + +To verify the last active device profile for a specific device: + +1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **My Team** > **Devices**. +2. Under devices, find your device. +3. Review the device profile under **Last active device profile**. + +To verify the last active device profile for a user’s devices: + +1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **My Team** > **Users**. +2. Under **User name**, find the user you would like to investigate. +3. Select **Devices** to see all devices used by the user. +4. Find the device you want to investigate and verify the last active device profile for that device under the **Device profile** column. + +Alternatively, you can use [DEX remote captures](/cloudflare-one/insights/dex/remote-captures/) to collect WARP diagnostic logs from the Zero Trust dashboard. The device profile UUID is shown in your [detection report](/cloudflare-one/insights/dex/remote-captures/#warp-diagnostics-analyzer-beta) under `Profile ID`. + +### Via the CLI + To check which device profile and profile settings are currently on a device, open a terminal and run: ```sh @@ -113,8 +132,6 @@ warp-cli settings The device profile UUID is shown in the `Profile ID` field. -Alternatively, if you do not have access to the CLI, you can use [DEX remote captures](/cloudflare-one/insights/dex/remote-captures/) to collect WARP diagnostic logs from the Zero Trust dashboard. The device profile UUID is shown in your [detection report](/cloudflare-one/insights/dex/remote-captures/#warp-diagnostics-analyzer-beta) under `Profile ID`. - ## Selectors You can configure device profiles to match against the following selectors, or criteria. Identity-based selectors are only available if the user [enrolled the device](/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment/) by logging in to an identity provider (IdP). From 1048457c78c0ffcff5d26b34915f66c4d450c4f5 Mon Sep 17 00:00:00 2001 From: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:26:46 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: ranbel <101146722+ranbel@users.noreply.github.com> --- .../connect-devices/warp/configure-warp/device-profiles.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles.mdx index 86731ac467b0be..c9b7af6b9851b2 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles.mdx @@ -105,7 +105,7 @@ Send a `POST` request to the [Devices API](/api/resources/zero_trust/subresource ## Verify device profile -### Via the Cloudflare dashboard +### Via the dashboard To verify the last active device profile for a specific device: @@ -120,7 +120,7 @@ To verify the last active device profile for a user’s devices: 3. Select **Devices** to see all devices used by the user. 4. Find the device you want to investigate and verify the last active device profile for that device under the **Device profile** column. -Alternatively, you can use [DEX remote captures](/cloudflare-one/insights/dex/remote-captures/) to collect WARP diagnostic logs from the Zero Trust dashboard. The device profile UUID is shown in your [detection report](/cloudflare-one/insights/dex/remote-captures/#warp-diagnostics-analyzer-beta) under `Profile ID`. +Alternatively, you can use [DEX remote captures](/cloudflare-one/insights/dex/remote-captures/) to collect WARP diagnostic logs. The device profile UUID is shown in your [detection report](/cloudflare-one/insights/dex/remote-captures/#warp-diagnostics-analyzer-beta) under `Profile ID`. ### Via the CLI