Skip to content

[API design] Add a new timestamp for MDM check-in#28940

Merged
rachaelshaw merged 1 commit intodocs-v4.69.0from
api-design-17710
May 7, 2025
Merged

[API design] Add a new timestamp for MDM check-in#28940
rachaelshaw merged 1 commit intodocs-v4.69.0from
api-design-17710

Conversation

@noahtalerman
Copy link
Copy Markdown
Member

API changes for the following user story:

@noahtalerman noahtalerman requested a review from rachaelshaw as a code owner May 7, 2025 21:24
Comment thread docs/REST API/rest-api.md
"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",
Copy link
Copy Markdown
Member Author

@noahtalerman noahtalerman May 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@noahtalerman noahtalerman added the ~api-or-yaml-design Used for pull requests (PRs) with proposed API and YAML changes label May 7, 2025
@rachaelshaw rachaelshaw merged commit c579206 into docs-v4.69.0 May 7, 2025
6 checks passed
@rachaelshaw rachaelshaw deleted the api-design-17710 branch May 7, 2025 21:35
rachaelshaw pushed a commit that referenced this pull request May 27, 2025
Original PR [here](#28940) was made
to 4.69.0 reference docs branch but the [user
story](#17710) was shipped in
4.68.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

~api-or-yaml-design Used for pull requests (PRs) with proposed API and YAML changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants