Retrieve and aggregate available MDM solutions for MacOS hosts #6928
Labels
~frontend
Frontend-related issue.
~legacy-interface-product-group
Associated with the legacy "interface" product group. (No longer exists)
Milestone
Goal
For MacOS hosts, add ability to know which host is enrolled in an undesired Mobile Device Management (MDM) solution.
Figma
https://www.figma.com/file/hdALBDsrti77QuDNSzLdkx/%F0%9F%9A%A7-Fleet-EE-(dev-ready%2C-scratchpad)?node-id=7652%3A275866
Related
/macadmins
endpoints to include MDM name and aggregate count #6732 (backend)Tasks
1
GET /api/v1/fleet/macadmins
endpoint to retrieve aggregate count of MDM solutions by name.team_id
query param. Example:GET /api/v1/fleet/macadmins?team_id=3
2
Tabs
component with two tabs: "Solutions" and "Enrollment".Tabs
implementation on HostDetailsPage.tsx.name
isnull
, display the stringUnknown
.3
4
Kandji https://UUID2.devices.us-1.kandji.io
Hosts enrolled to Kandji at https://UUID2.devices.us-1.kandji.io.
If the name is
null
...5
Enrolled (automatic) tooltip:
Hosts automatically enrolled to an MDM solution the first time the host is used. Administrators might have a higher level of control over these hosts.
Enrolled (manual) tooltip:
Hosts manually enrolled to an MDM solution by a user or administrator.
/hosts/manage/?mdm_id=1
6
/hosts/manage/?mdm_enrollment_status=manual
/hosts/manage/?mdm_enrollment_status=automatic
/hosts/manage/?mdm_enrollment_status=unenrolled
The text was updated successfully, but these errors were encountered: