[API design] Add a new timestamp for MDM check-in#28940
Merged
rachaelshaw merged 1 commit intodocs-v4.69.0from May 7, 2025
Merged
[API design] Add a new timestamp for MDM check-in#28940rachaelshaw merged 1 commit intodocs-v4.69.0from
rachaelshaw merged 1 commit intodocs-v4.69.0from
Conversation
fleet-release
approved these changes
May 7, 2025
noahtalerman
commented
May 7, 2025
| "policy_updated_at": "2023-06-26T18:33:15Z", | ||
| "last_enrolled_at": "2023-02-26T22:33:12Z", | ||
| "last_mdm_checked_in_at": "2023-02-26T22:33:12Z", | ||
| "last_mdm_enrolled_at": "2023-02-26T22:33:12Z", |
Member
Author
There was a problem hiding this comment.
Dev note
last_mdm_checked_in_at timestamp gets updated anytime the host checks in via the MDM protocol:
- New Mac setup
- SCEP certificate (used for the MDM protocol) renewal
- Manually enrollment profile renewal triggered by
profiles renew -type enrollment - Any time the host checks in to Fleet via the MDM protocol
last_mdm_enrolled_at timestamp gets updated anytime the host has MDM turned on (aka MDM enrollment):
- New Mac setup
- SCEP certificate (used for the MDM protocol) renewal
- Manually enrollment profile renewal triggered by
profiles renew -type enrollment Any time the host checks in to Fleet via the MDM protocol
This was referenced May 7, 2025
fleet-release
approved these changes
May 7, 2025
rachaelshaw
approved these changes
May 7, 2025
This was referenced May 27, 2025
rachaelshaw
pushed a commit
that referenced
this pull request
May 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
API changes for the following user story: