Hello All,
Is it possible to schedule account aggregation every 15 minutes or using a cron expression?
The UI only allows scheduling aggregation with a minimum frequency of one hour.
Thanks,
Hello All,
Is it possible to schedule account aggregation every 15 minutes or using a cron expression?
The UI only allows scheduling aggregation with a minimum frequency of one hour.
Thanks,
Hi,
You can use below URL and body.
https://{{tenant}}.api.identitynow.com//diana/sources/sources/{{sourceID}}/accountAggregationSchedules
body: {“enable”: true, “cronExp”: “0 0,15,30,45 * * * ?”}
Method: POST
It will not display in UI, Also use the token from URL “https://sailpoint.identitynow.com/ui/session”
-Abhinov
Thank you @Abhinov7
I tried the API using all tokens—from the UI, API token, and PAT—but I keep encountering a 401 Unauthorized error.
Also, any idea if a public API will be available for the same purpose?
Hi,
There is no public API.
You complete the strong auth and take the token from UI.
It should work.
-Abhinov
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.