Skip to content

Commit 5d30ae4

Browse files
[WARP] last seen device profile (cloudflare#25201)
* [WARP] last seen device profile * Apply suggestions from code review Co-authored-by: ranbel <[email protected]> --------- Co-authored-by: ranbel <[email protected]>
1 parent b1a88dc commit 5d30ae4

File tree

1 file changed

+19
-2
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp

1 file changed

+19
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles.mdx

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,25 @@ Send a `POST` request to the [Devices API](/api/resources/zero_trust/subresource
105105

106106
## Verify device profile
107107

108+
### Via the dashboard
109+
110+
To verify the last active device profile for a specific device:
111+
112+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **My Team** > **Devices**.
113+
2. Under devices, find your device.
114+
3. Review the device profile under **Last active device profile**.
115+
116+
To verify the last active device profile for a user’s devices:
117+
118+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **My Team** > **Users**.
119+
2. Under **User name**, find the user you would like to investigate.
120+
3. Select **Devices** to see all devices used by the user.
121+
4. Find the device you want to investigate and verify the last active device profile for that device under the **Device profile** column.
122+
123+
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`.
124+
125+
### Via the CLI
126+
108127
To check which device profile and profile settings are currently on a device, open a terminal and run:
109128

110129
```sh
@@ -113,8 +132,6 @@ warp-cli settings
113132

114133
The device profile UUID is shown in the `Profile ID` field.
115134

116-
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`.
117-
118135
## Selectors
119136

120137
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).

0 commit comments

Comments
 (0)