Scheduled task report

Hi,

Do we have any way to get the scheduled tasks Account/group aggregation) for each Source aggregation like we have scheduled tasks section in IIQ.

Hi @ashishbhatia,

Are you looking for the executed scheduled tasks and its outputs?
Or the schedule configuration done in the each source?

Hi @gladstoneabrahamr, I am looking for schedule configuration in each source.

If you want to see that in UI you can check Import Data → Account/Entitlement Aggregation → Scheduling

Or are you trying to get that using REST API?

We have 1000 or so sources, I was thinking if have some better way to pull it in a report.

I don’t think there is a Public REST endpoint that can fetch all of them consolidated.

Even the IDN is using some internal API endpoints to make the updates like,

If you are looking for some temporary hacks maybe you can consume these internal APIs to write a simple script that can pull out the details you are expecting in loop.

https://<tenant_id>.api.identitynow.com/diana/sources/sources/<source_id>/accountAggregationSchedules

https://<tenant_id>.api.identitynow.com/diana/sources/sources/<source_id>/entitlementAggregationSchedules

To get more information related to this open your devtools in browser and monitor the API call made to load that data in the page. Use AggreagtionSchedules as filter and you should see the API calls in the network tab.

Note: This above endpoint may work only with the Auth token based on the browser based login and may not work with the PAT token. [Quick read]

Per my understanding, I don’t think we can get this information from Search API too

haha… this would be time consuming then :sweat_smile:

Agreed that it’s time consuming, if you are good with some basic scripting like Python or JS. I think you can implement it easily.

Definitely better that going to 1000 sources and getting the details right?

Let’s call it a worst case solution for now.

Yup! will have to create one

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