Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
ActionOnExpiration | uint16 | |
Description | string | ActionOnExpiration specifies the action that should happen upon the expiration of the watchdog timer. A value set to 1 = "Other" shall indicate that the action described in OtherActionOnExpiration is to be taken. A value set to 2 = "None - Status Only" shall indicate that no action is to be taken. A value set to 3 = "System Reset" shall indicate that the action is to reset the system. A value set to 4 = "System Power Off" shall indicate that the action is to power off the system. A value set to 5 = "System Power Off, then On" shall indicate that the action is to power off the system, followed by a power-on of the system. A value set to 6 = "Generate System NonMaskableInterrupt (NMI)" shall indicate that the action is to generate a non-maskable interrupt on the system. A value set to 7 = "Generate System Management Interrupt (SMI)" shall indicate that the action is to generate a management interrupt on the system. A value set to 8 = " Reset Monitored Entity " shall indicate that the action is to reset the monitored entity. |
ModelCorrespondence | string | CIM_PlatformWatchdogService.OtherActionOnExpiration |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8 |
Values | string | Unknown, Other, None - Status Only, System Reset, System Power Off, System Power Off, then On, Generate System NonMaskableInterrupt (NMI), Generate System Management Interrupt (SMI), Reset Monitored Entity |
CurrentTimerValue | datetime | |
Description | string | The amount of time remaining before the watchdog timer expires. A value of NULL shall mean unknown. |
MonitoredEntityType | uint16 | |
Description | string | The type of entity that is monitored by the PlatformWatchdogService. This property is used to identify the type of entity that is responsible for re-arming, or whose information is used to re-arm, the watchdog at periodic intervals. A value set to 2 = "Operating System" shall indicate that the entity is an operating system. A value set to 3 = "Operating System Boot Process" shall indicate that the entity is one which handles the process of booting an operating system. A value set to 4 = "Operating System Shutdown Process" shall indicate that the entity is one which handles process of shutting down of an operating system. A value set to 5 = "Firmware Boot Process" shall indicate that the entity is one which handles process of booting firmware. A value set to 6 = "BIOS Boot Process" shall indicate that the entity is one which handles process of booting the system BIOS. A value set to 7 = "Application" shall indicate that the entity is an application. A value set to 8 = "Service Processor" shall indicate that the entity is an service processor. |
ModelCorrespondence | string | CIM_PlatformWatchdogService.OtherMonitoredEntityTypeDescription |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8 |
Values | string | Unknown, Other, Operating System, Operating System Boot Process, Operating System Shutdown Process, Firmware Boot Process, BIOS Boot Process, Application, Service Processor |
OtherActionOnExpiration | string | |
Description | string | This property shall have a value if ActionOnExpiration contains the value 1 (Other). |
ModelCorrespondence | string | CIM_PlatformWatchdogService.ActionOnExpiration |
OtherMonitoredEntityTypeDescription | string | |
Description | string | A string that describes the type of monitored entity when MonitoredEntityType is set to 1 (Other). |
MaxLen | uint32 | 256 |
ModelCorrespondence | string | CIM_PlatformWatchdogService.MonitoredEntityType |
TimeOfLastExpiration | datetime | |
Description | string | The time of the last watchdog timer expiration. |
TimeoutInterval | datetime | |
Description | string | The timeout interval that is used by the watchdog. |
TimerResolution | datetime | |
Description | string | The resolution of the timer used by the watchdog. The timer can expire anytime between (TimeoutInterval - TimerResolution) or (TimeoutInterval + TimerResolution). |