Microsoft Identity Integration Server 2003 Developer Reference

Run History XML

The run history XML structure contains information about one or more runs of a management agent.

The run history information is displayed in the Operations view of Identity Manager. Either the run history of the management agent or the last run information can be viewed. When the Save to File action is run on a specific run history row, the run history is saved to a file in an XML format. In addition, the XML structure for the run history is available through the WMI interface.

The <run-history> element is the outermost element in the run history XML structure. This element contains history information about one or more runs of a management agent, in run order. The run information for each management agent is contained in a <run-details> element. The identity of the management agent is known from the context of the call which retrieved it.

The following example shows what the XML structure looks like at a high level:

<run-history>
	<run-details>
		 ...
	</run-details>
	<run-details>
		 ...
	</run-details>
	...
</run-history>