Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Can i run WSRETRY job from API using advanced query option?

KT
New Contributor III
New Contributor III
I am using the below request body to trigger the job, but this is not considering the advquery perameter.
Any suggestions?
{
    "jobgroup""utility",
    "triggername""Provisioning_filter",
    "jobname""WSRETRYJOB",
    "createJobIfDoesNotExist""false",
    "valueMap": {
        "advquery""and at.taskkey in (205979,205980,205974)",
        "batchsize""10"
    }
}
3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Its working 

rushikeshvartak_0-1703144366951.png

rushikeshvartak_1-1703144390777.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

KT
New Contributor III
New Contributor III

Hi Rushikesh,

Can you please check in the other details of the job run if it is taking the advquery as an input for the run?

KT_0-1703155644999.png

Thanks

 

It takes query configured in Job. Not from API

Logs :

rushikeshvartak_0-1703196933340.png

JOB :

rushikeshvartak_1-1703196953956.png

 

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.