Aggregation report in Identitynow

Hello all,

Is there any API available that provides a report of schedule aggregations for all sources in IdentityNow? Or is there another way to fetch this data?

@PriyankaRaoraneAD you can the current status using the below API.
{{baseUrl}}/account-aggregations/:id/status

Thanks
Shantanu

@schattopadhy ,Do we also have any API for test connection?

Hi @PriyankaRaoraneAD Chek this.

Also, the requirement is to get the complete details of aggregations? In this case you can leverage the use of workflows. Take a look on " Account Aggregation Completed" trigger.

Thanks @JackSparrow ,Yes I may need to make use of Workflow for this.I need to check how I can take data into a report.

Is it possible to get all sources data having aggregation failures in same email in workflow ?I think may be it can run daily once and give details of all failed aggregation sources in Single mail.

I don’t think it is possible. As we are getting the application details from trigger, the trigger happens for one application at a time. We cannot schedule it as it is event-based trigger.

If you wish to export the data, you can always leverage the PowerShell SDK. I have a sample script in this reply

1 Like

Thanks Mark! I will check this script to see if it works on my end.

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