Previous Topic: universalAdd_ApplicationServerNext Topic: universalAdd_Database


universalAdd_ComputerSystem

This sample XML file helps you add a computer system CI. The structure of this sample file is as follows:

<Events>
	<Event>
	  <property tag="eventType" value="AddCIEvent" /> 
	  <property tag="MdrElementID" value="MyMachine21" /> 
	  <property tag="className" value="ComputerSystem" /> 
	  <property tag="Label" value="MyMachine21" /> 
	  <property tag="Description" value="Description of a Universal Connector Entity" /> 
	  <property tag="AdministrativeStatus" value="Managed" /> 
	  <property tag="Vendor" value="Dell" /> 
	  <property tag="PrimaryDnsName" value="MyMachine21.ca.com" /> 
	  <property tag="ComputerName" value="MyMachine21" /> 
	  <property tag="MemoryInGB" value="1024" /> 
	</Event>
</Events>