Revalidation Task to Evaluate Data Validation Functions
The revalidate task creates a periodic, scheduled task that runs in the background to evaluate entity data against data validation function(s).
Reltio/DVFAction
LCA is configured.The table below lists the details of scenarios when the revalidation task API is executed.
Scenario | API Details |
---|---|
Executed for all data wherein data validation function is configured | API URL: POST
{{api_uri}}/{{tenant}}/revalidate |
Executed for the specific entity type | API URL: POST
{{api_uri}}/{{tenant}}/revalidate?entityType=HCP |
Executed only for specific entries | API URL: POST
{{api_uri}}/{{tenant}}/revalidate?entityType=HCP |
Executed with other advanced parameters | The following additional parameters are used for this scenario:
|
Getting the Task status
This Get Task Status API retrieves the revalidation task status.
Request - GET {{api_uri}}/reltio/tasks/{{task_id}}
Field | Description |
---|---|
entityType |
If provided, restricts cleansing to a specific entity type.
The specified entity type is checked and cleansed. Note: If
nothing is specified all entity types are
checked. |
numberOfDVFFailureObjects |
Displays the count of objects (including end-dated objects) with DVF failures. |
numberOfFailedToPublishEvents |
Displays the total count of events that were not published. |
lastHourThroughput |
Displays the number of objects processed by the task in last 1 hour. |
numberOfProcessedObjects
|
Displays the total count of objects (including end-dated objects) that are processed by the Revalidate task. |
numberOfDVFFailureActiveObjects |
Displays the count of active objects (excluding end-dated objects) with DVF failures. |
numberOfActiveObjectsProcessed |
Displays the count of total active objects (excluding end-dated objects) processed by the Revalidate task. |
status |
Displays the current status of task. |