-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend the dashboard MDM card to "Windows" and "All" hosts #7861
Comments
@ghernandez345 I am assigning this ticket to you to complete the specification process and bring to the estimation column. Our goal is to bring this ticket into the next release cycle. We will discuss this ticket on the estimation call tomorrow. After that, there will be another week to complete the specs before we estimate again next Wednesday. |
@noahtalerman just a heads up for this point
The munki information still comes from the |
Oh, great catch. FYI @lukeheath |
Thanks for the heads up. I'll keep that in mind. If there's continued use for the |
Problem
As an engineer managing thousands of hosts and I'm overwhelmed with tracking these goals:
This makes is hard to understand how my organization is doing in our effort to enroll all Windows hosts to MDM.
This also makes is hard to understand how my organization is doing in our effort to move from one MDM solution to another.
Goal
Add ability to see to see MDM information for Windows hosts.
Parent Epic
Related Issues
GET /hosts/summary/mdm
endpoint #7860Requirements
User can see the number of Windows hosts (hosts count) that match the following criteria and belong to a specific team.
User can see the number of hosts (macOS + Windows) that match the above criteria. Servers are not included.
User can navigate to the Hosts page to view and filter a list of hosts that are filtered by the above criteria. Windows and macOS hosts can appear in the same list.
The user can see the number of hosts (count) that are enrolled to a specific MDM solution. A unique MDM solution is determined by the MDM's "Server URL."
User can navigate to the Hosts page to view and filter a list of hosts filtered by a specific MDM solution. Windows and macOS hosts that are enrolled to the same MDM solution appear in the same list.
Figma
https://www.figma.com/file/hdALBDsrti77QuDNSzLdkx/%F0%9F%9A%A7-Fleet-EE-(dev-ready%2C-scratchpad)?node-id=9244%3A307803
Tasks
1
GET /hosts/summary/mdm
endpoint with query params instead of theGET /macadmins
endpoint.GET /macadmins
endpoint to access Munki data for Mac hosts.2
3
4
MDM enrollment
andMDM server URL
attributes. We can use the newGET /hosts/{id}/mdm
endpoint for host-specific MDM information.5
The text was updated successfully, but these errors were encountered: