Previous Topic: Sample Universal Connector XML FilesNext Topic: universalAdd_Application


universalAdd_Alerts

This sample XML file helps you add an alert. The structure of this sample file is as follows:

<Events>
	<Event>
	  <property tag="eventType" value="StatusEvent" /> 
	  <property tag="MdrElementID" value="A00001" /> 
	  <property tag="className" value="Alert" /> 
	  <property tag="AlertedMdrElementID" value="UCServer" /> 
	  <property tag="AlertType" value="Risk" /> 
	  <property tag="Severity" value="Minor" /> 
	  <property tag="Summary" value="UC_Server has an infrastructure alarm.." /> 
	  <property tag="Message" value="The Detailed message associated with this alert.." /> 
	</Event>
</Events>