-
Notifications
You must be signed in to change notification settings - Fork 860
Ingest pending MDM hosts #8876
Copy link
Copy link
Closed
Labels
#g-mdmMDM product groupMDM product group#legacy-platform-groupLegacy: platform groupLegacy: platform group:releaseReady to write code. Scheduled in a release. See "Making changes" in handbook.Ready to write code. Scheduled in a release. See "Making changes" in handbook.
Milestone
Metadata
Metadata
Assignees
Labels
#g-mdmMDM product groupMDM product group#legacy-platform-groupLegacy: platform groupLegacy: platform group:releaseReady to write code. Scheduled in a release. See "Making changes" in handbook.Ready to write code. Scheduled in a release. See "Making changes" in handbook.
Goal
As a user, in the Fleet UI, I want to be able to see macOS hosts that are waiting to be automatically enrolled a macOS host to Fleet so that I can change this host's team before the device user unboxes the host.
Related
mdm_enrollment_status=pendingfilter toGET /hostsandGET /labels/:id/hostsendpoints #8879Requirements
hosts_pendingtable.hoststable with zero values for any non-nullable columns we don't have data for.host_mdm,host_operating_system, etc.)hosts_pendingand update thehostsrecord with the full data set.Things to consider while working on this:
hosts_pendingat enroll time will make the enrollment operation a bit more complex, so we should bear that in mind.