Use a PATCH request to reconcile a specified domain in IDMC.
PATCH request
Use the following PATCH request to reconcile a CDI-PC domain:
PATCH /api/v1/domains/{ldoId}/reconcile
Note: The URL paths must include the complete Domain Management Service path for the respective POD. Prefix the request with this path.
Parameters
When you reconcile a domain using a REST API, the request typically includes parameters that identify the domain and provide the necessary information to synchronize its state with a source system.
The following example demonstrates the structure and content of a typical request to reconcile API:
The following table describes the header and the path parameter components:
Attribute
Type
Description
IDS-SESSION-ID
String
The IDS-SESSION-ID attribute in the header that holds the session ID value.
If the organization uses the session ID authentication type, session-based authentication is used. The session ID expires after 30 minutes of inactivity. A grace period of up to 2 minutes might be included to account for any network or unexpected delays.
ldoId
String
Unique identifier assigned to a Logical Domain Object within an organization. Replace ldoId with the actual ID of the domain you want to reconcile.
Request body
The request body requires a domainAuthInfo object for authentication purposes.