Skip to main content

View OS System Update Events in DI

The JumpCloud agent captures and logs Directory Insights events when the OS version of a macOS, Windows, or Linux device changes. Events are logged based on changes to the OSversionDetails field during each device check-in:

"osVersionDetail": {
"distributionName": "",
"osName": "macOS",
"releaseName": "Monterey",
"major": "12",
"minor": "3",
"patch": "1",
"revision": "21E258"
}

These OS event update types are based on changes to the osVersionDetails field:

EventDescription
os_minor_upgradeAn upgrade event with an increase in the minor patch, or revision attributes and no change to the major and release name attributes.
os_major_upgradeAn upgrade event where the major attribute increases and the release name changes.
os_minor_rollbackA rollback event with a decrease in the minor, patch, or revision attributes and no change to the major and release name attributes.
os_major_rollbackA rollback event where the major attribute decreases and the release name changes.

For instructions on enabling, viewing, and exporting Directory Insights data, see Directory Insights.

Was this information helpful?