Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Enhanced query execution job

Lynn
New Contributor III
New Contributor III

Hi

I am trying to create a enhanced query execution job, but I could not find the parameters for it in document.

I tried the CustomQueryJob but it did not help.

Any suggestion?

Regards,

Lynn

[This message has been edited to move comment to its own post]

6 REPLIES 6

rushikeshvartak
All-Star
All-Star

You can check browser network logs to check what parameters are required during UI job creation 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Lynn
New Contributor III
New Contributor III

Hi Rushikesh,

I checked the network log and use the same parameters: the trigger is created, but the parameters are not set:

{
"triggers": [{
"valueMap": {

"queryText": "Select a.accountkey as accounts__primarykey, a.status as accounts__CUSTOMPROPERTY18 from accounts a where a.endpointkey = (select endpointkey from endpoints where endpointname = 'EP_test')",
"queryDescription": "test",
"queryType": "Update"
},

"triggername": "query_execution_1",
"group": "GRAILS_JOBS",
"triggergroup": "GRAILS_JOBS",
"jobname": "CustomQueryV2Job",
"jobgroup": "utility",
"cronexpression": "0 33 14 * * ? 2099"
}
]
}

 

Lynn_0-1721265680449.png

 

 

Regards,

Lynn

I am also trying different option also provided feedback on documentation for proper variable. will keep you posted


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Lynn,

Enhanced query is not currently supported via API's.

 

 

 

Regards,
Avinash Chhetri

Created new idea ticket https://ideas.saviynt.com/ideas/EIC-I-5989 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

rushikeshvartak
All-Star
All-Star

have created using api and it works as expected 

rushikeshvartak_2-1719495608771.png

 

rushikeshvartak_3-1719495608771.png

 

[
{
"triggers":[

{
"valueMap":{
"CONNECTION":"Saviynt",
"connectiontype":"DB",
"connectionid":6
},
"name": "rushiapi1",
"group": "GRAILS_JOBS",
"jobName": "AccountsImportFullJob",
"jobGroup": "DATABASE",
"cronExp": "0 33 14 * * ? 2060"
}
]
}
]

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.