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 Synchronization Service Manager. You can view either the run history of the management agent or the last run information. When you run the Save to File action on a specific run history row, the run history is saved to a file in XML format. In addition, the XML structure for the run history is available through the Windows Management Instrumentation (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 that 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>

See Also

Reference

<run-details>

Concepts

XML Reference
Forefront Identity Manager Synchronization Service Reference
Run History XML Schema