3.3.5.18.2.1 SynchronizeAlerts

This element specifies input values for the SynchronizeAlerts operation.

 <xs:element name="SynchronizeAlerts">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="alerts" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework" type="q1:ArrayOfAlertInfo" />
       <xs:element minOccurs="0" name="networkMachineId" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="task" xmlns:q2="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework" type="q2:TaskType" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

alerts: An array of AlertInfo (section 2.2.4.3.2) complex types that contains a list of the objects of the alerts raised, cleared, updated, or evaluated between a particular machine in the network and the server.

networkMachineId: A string that contains the ID of the network machine.

Task: A TaskType (section 2.2.5.3.1) value that indicates the type of task performed for which the alerts are being reported.