3.3.5.9 IAlertManagementProviderService.GetAllNetworkAlerts

This operation returns the list of AlertInfo objects representing the alerts currently active in the entire network.

 <wsdl:operation name="GetAllNetworkAlerts">
   <wsdl:input wsam:Action="http://tempuri.org/IAlertManagementProviderService/GetAllNetworkAlerts" message="tns:IAlertManagementProviderService_GetAllNetworkAlerts_InputMessage" />
   <wsdl:output wsam:Action="http://tempuri.org/IAlertManagementProviderService/GetAllNetworkAlertsResponse" message="tns:IAlertManagementProviderService_GetAllNetworkAlerts_OutputMessage" />
   <wsdl:fault wsam:Action="http://tempuri.org/IAlertManagementProviderService/GetAllNetworkAlertsSecurityAccessDeniedExceptionFault" name="SecurityAccessDeniedExceptionFault" message="tns:IAlertManagementProviderService_GetAllNetworkAlerts_SecurityAccessDeniedExceptionFault_FaultMessage" />
   <wsdl:fault wsam:Action="http://tempuri.org/IAlertManagementProviderService/GetAllNetworkAlertsStringFault" name="StringFault" message="tns:IAlertManagementProviderService_GetAllNetworkAlerts_StringFault_FaultMessage" />
 </wsdl:operation>

Upon receiving the IAlertManagementProviderService_GetAllNetworkAlerts_InputMessage request message, the protocol server starts to query the alerts currently active in the entire network. Upon successful completion of the action, the server MUST respond with IAlertManagementProviderService_GetAllNetworkAlerts_OutputMessage, which includes the list of AlertInfo objects representing the results. In the event of a failure, an appropriate SOAP fault MUST be sent to the client as specified in section 2.2.2.1.