Previous Topic: universalDelete_ComputerSystemNext Topic: How to Map Old Schema Properties to USM Properties with Universal Connector


universalUpdate_ComputerSystem

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

<Events>
	<Event>
	  <property tag="eventType" value="UpdateCIEvent" /> 
	  <property tag="MdrElementID" value="MyMachine21" /> 
	  <property tag="className" value="ComputerSystem" /> 
	  <property tag="Label" value="MyMachine21" /> 
	  <property tag="Description" value="Update to the Description" /> 
	  <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>