The event store contains a historical record of every event the plan has received. Events typically contain data related to some action that occurred in the system and are useful for understanding the actions that have taken place.
Inbound Events
Inbound events are events flowing from target devices into the software updates module, as a result of an MDM command response from the target device.
- AvailableOsUpdateMdmRequestCompletedEvent
- An AvailableOSUpdate command has returned from the computer or mobile device.
- AvailableOsUpdateRequestCompletedEvent
- An AvailableOSUpdate command has returned from the computer or mobile device.
- CommandCancelledEvent
- An MDM command has been manually canceled by the administrator.
- DDMPlanScheduledEvent
- The declarative device management declaration has been created and assigned to the computer or mobile device.
- DDMStatusResponseReceivedEvent
- The computer or mobile device has reported a change in the software update plan.
- MDMPlanScheduledEvent
- The plan has been removed from the scheduling queue.
- OSUpdateStatusCollectionWaitFinishedEvent
- The pause between OSUpdateStatus commands in the queue has elapsed.
- OSUpdateStatusResultMdmRequestCompletedEvent
- An OSUpdateStatus command has been returned by the computer or mobile device.
- OSUpdateStatusResultRequestCompletedEvent
- An OSUpdateStatus command has been returned by the computer or mobile device.
- PlanAcceptedEvent
- The plan has passed all validation checks.
- PlanCanceledEvent
- The plan has been manually canceled.
- PlanCreatedEvent
- The plan has been initialized in the database.
- PlanExceptionEvent
- The plan encountered an exceptional condition.
- PlanRejectedEvent
- The plan failed validation.
- ScanWaitFinished
- The pause after the ScheduleOSUpdateScan command has been acknowledged has elapsed.
- ScheduleOsUpdateResultMdmRequestCompletedEvent
- A ScheduleOsUpdate command has been returned by the computer or mobile device.
- ScheduleOsUpdateResultRequestCompletedEvent
- A ScheduleOsUpdate command has been returned by the computer or mobile device.
- ScheduleOsUpdateScanMdmRequestCompletedEvent
- A ScheduleOsUpdateScan command has been returned by the computer or mobile device.
- ScheduleOsUpdateScanRequestCompletedEvent
- A ScheduleOsUpdateScan command has been returned by the computer or mobile device.
- StartPlanEvent
- The plan has started processing.
- UnknownEvent
- An event was unable to be properly serialized.
- VerificationResultEvent
- The plan has verified that the software update install was successful.
Outbound Events
Outbound events are events flowing out of the software updates module, which often results in the creation of MDM commands queued for target devices.
- QueueAvailableOsUpdatesCommand
- An AvailableOSUpdate command has been queued.
- QueueOsUpdateStatusCommand
- An OSUpdateStatus command has been queued.
- QueueRetryAvailableOsUpdateCommand
- A RetryAvailableOSUpdate command has been queued.
- QueueScheduleOsUpdateCommand
- A ScheduleOSUpdate command has been queued.
- QueueScheduleOsUpdateScanCommand
- A ScheduleOSUpdateScan command has been queued.
- QueueDeclarativeCommand
- A declarative command has been queued.