Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Job to run analytic and create tasks based on default action

ejeong
Valued Contributor
Valued Contributor

version 5.5 3.14

we are looking for way to run job and create tasks with api.

- i tried to runanalytics api with additional parameter in request body (default action = true). Report is run but no task created

- i tried to run job api. Job ran successfully but job gets hung up. If i run from UI. Job run and task creates succssfully

Anyone achieved this use case?

3 REPLIES 3

ParitaSavla
Saviynt Employee
Saviynt Employee

Can you please provide more details on the steps you followed like what is the query of the analytics and is it an actionable report? What job are you trying to trigger to create tasks? Can you please attach screenshots so that we can help you out.

ejeong
Valued Contributor
Valued Contributor

Simple requirement.

Version : 5.5 3.14

I am looking for a way to run analytics with API and create tasks based on default action defined.

ParitaSavla
Saviynt Employee
Saviynt Employee

You can use Analytics controls ES or Analytics Control depending on what you have configured based on the documentation below.

https://documenter.getpostman.com/view/1797923/SzKN22aV#45773e01-a9dc-4154-9afa-cbee1bc2dade

Also, as far as the default action is considered you can create an actionable analytic control with default action. One doesn't need to specify the default action in API. The default action checkbox needs to be selected in the analytic trigger

Please refer to the Actionable Analytic control documentation below

https://docs.saviyntcloud.com/bundle/EIC-Admin-v231/page/Content/Chapter17-EIC-Analytics/Configuring...

Please share the payload you are using in the API.