2.2.4.3.4 ClearCommand
The ClearCommand type describes the command to clear an alert.
-
<xs:complexType name="ClearCommand"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="AlertInstanceId" type="Guid" /> <xs:element minOccurs="1" maxOccurs="1" name="MachineId" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="AlertDateAndTime" type="xs:dateTime" /> </xs:sequence> </xs:complexType>
AlertInstanceId: The instance SID of the alert.
MachineId: The SID of the target machine.
AlertDateAndTime: The alert date and time.