---
title: Reconciliation event topic properties
description: Reference for the reconciliation audit event topic properties logged by PingIDM, including action, situation, status, and object IDs
component: pingidm
version: 8.1
page_id: pingidm:audit-guide:recon-event-prop
canonical_url: https://docs.pingidentity.com/pingidm/8.1/audit-guide/recon-event-prop.html
keywords: ["Audit", "Logs", "Reconciliation", "Event", "Properties"]
---

# Reconciliation event topic properties

| Event Property             | Description                                                                                                                                                                         |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `_id`                      | UUID for the message object, such as `"0419d364-1b3d-4e4f-b769-555c3ca098b0"`.                                                                                                      |
| `transactionId`            | UUID of the transaction; the same transaction might display for the same event in different audit event topics.                                                                     |
| `timestamp`                | The time that IDM logged the message, in UTC format; for example, `"2020-05-18T08:48:00.160Z"`.                                                                                     |
| `eventName`                | Name of the audit event: `recon` for this log.                                                                                                                                      |
| `userId`                   | User ID.                                                                                                                                                                            |
| `trackingIds`              | A unique value for an object being tracked.                                                                                                                                         |
| `action`                   | [Reconciliation action](../synchronization-guide/chap-situations-actions.html#sync-actions), shown as a Common REST action.                                                         |
| `exception`                | Stack trace of the exception.                                                                                                                                                       |
| `linkQualifier`            | [Link qualifier](../synchronization-guide/linking-multiple-targets.html) applied to the action.                                                                                     |
| `mapping`                  | Name of the [mapping](../synchronization-guide/mappings.html) used for the synchronization operation.                                                                               |
| `message`                  | Description of the synchronization action.                                                                                                                                          |
| `messageDetail`            | Details from the synchronization run, shown as Common REST output.                                                                                                                  |
| `situation`                | The [synchronization situation](../synchronization-guide/chap-situations-actions.html#sync-situations).                                                                             |
| `sourceObjectId`           | The object ID on the source system, such as `managed/user/9dce06d4-2fc1-4830-a92b-bd35c2f6bcbb`.                                                                                    |
| `status`                   | Reconciliation result status, such as SUCCESS or FAILURE.                                                                                                                           |
| `targetObjectId`           | The object ID on the target system, such as `system/csvfile/account/bjensen`.                                                                                                       |
| `reconciling`              | What is currently being reconciled, `source` for the first phase, `target` for the second phase.                                                                                    |
| `ambiguousTargetObjectIds` | When the `situation` is AMBIGUOUS or UNQUALIFIED, and IDM cannot distinguish between more than one target object, the object IDs are logged, to help figure out what was ambiguous. |
| `reconAction`              | Reconciliation action, typically `recon` or `null`.                                                                                                                                 |
| `entryType`                | Type of reconciliation log entry, such as `start`, `entry`, or `summary`.                                                                                                           |
| `reconId`                  | UUID for the reconciliation operation.                                                                                                                                              |
