Need to Run delta and Full Aggregation

I have set up AD Source with delta aggregation and configured the workflow to run disableoptimization. However, I actually need to run a full aggregation with disableoptimization, but it is currently running as a delta aggregation. In the workflow, I used the following API: https://sailpoint.api.identitynow.com/beta/sources/:id/load-accounts. Can someone please assist me with this?

Hi @poison001 ,

As per my knowledge, if you have enabled the delta aggregation option in source configuration then full aggregation will not happen.
So in order to achieve this, first you need to disable the delta aggregation using the workflow using update source API, then run the full disabled optimization aggregation and finally enable back the delta aggregation option.

FYI, “deltaAggregationEnabled” setting is inside the “connectorAttributes” path of the source.

Thanks

1 Like

Hi @poison001 ,

try using the import-accounts API endpoint(https://developer.sailpoint.com/docs/api/beta/import-accounts/) for full aggregation with disable optimization.

The following posts will help you create workflows for unoptimized aggregation:

-Mehul

2 Likes

Hi Deepak,

Another option is to create a powershell script to Run unoptimized aggregation through Rest API invocation and scheduling this to run as per your requirement. Please check the community post below.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.