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

Create a Job trigger using restful api

Deepanshu271
New Contributor III
New Contributor III

Hi All,

I want to create a job trigger using restful api in Saviynt.

I need it for Application Data Import (Single Threaded) with full import for accounts but i am not able to grasp what should be put in body and the api documentation is very limited.

 

kindly provide your inputs

5 REPLIES 5

naveenss
All-Star
All-Star

Hi @Deepanshu271  please refer the below documentation

https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter10-Job-Control-Panel/Adding-...

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

Deepanshu271
New Contributor III
New Contributor III
{
    "triggers": [
        {  
            "valueMap":{  
               "connectionname":"AppOnboard",
               "connectiontype":"AD",
               "connectionid":306,
               "fullorincremental": "full",
               "accountsoraccess": "account"

            },
            "triggername": "restapponboard",
            "createJobIfDoesNotExist": "true",
            "jobname":"ApplicationDataImportJob",
            "jobgroup":"DATA",
            "cronexpression":"0 15 10 * * ? 2099"
}
    ]
}

i put this as body but getting this error
{
    "msg": "Error saving  restapponboard,",
    "errorCode": "1"
}
 
 

this one is creating the job

[
{
"triggers":[

{
"valueMap":{
"CONNECTION":"SucurDi AppOnboard",
"connectiontype":"AD",
"connectionid":306,
"securitysystems": 187,
"fullorincremental": "full",
"accountsoraccess": "accounts"
},
"name": "newpaitrigger",
"group": "GRAILS_JOBS",
"jobName": "ApplicationDataImportJob",
"jobGroup": "DATA",
"cronExp": "0 33 14 * * ? 2060"
}
]
}
]
but i want to create application Data Import (Single Threaded) this one is creating multi threaded
 

Jobname will be different 


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