Previous Topic: universalAdd_ProcessorNext Topic: universalAdd_ServiceModel


universalAdd_Service

This sample XML file helps you add a new service. The structure of this sample file is as follows:

<Events>
	<Event>
	  <property tag="eventType" value="AddCIEvent" /> 
	  <property tag="MdrElementID" value="MyService" /> 
	  <property tag="className" value="Service" /> 
	  <property tag="Label" value="MyService" /> 
	  <property tag="Description" value="Description of a new Service" /> 
	  <property tag="AdministrativeStatus" value="Managed" />
	  <property tag="ServiceName" value="MyService" /> 
	  <property tag="ServiceVersion" value="1" /> 
	</Event>
</Events>