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

Saviynt App for ServiceNow - Exclude some Application/Endpoints

Rosemary
New Contributor
New Contributor

We would like to exclude some application/endpoints to import to ServiceNOW. 

I understand that we need to use the Application filter under 'Data Import Filter', but could you please share some sample JSON on how to exclude the endpoints?

Another question is: if we exclude the application, will the import also exclude the entitlements and user accounts associated with the applications?

5 REPLIES 5

malsobrook
New Contributor
New Contributor

We use a custom property specifically for this. We have it import only the ones with this field filled to true. In SN, we use this for the application filter. {"customproperty1": "true"}

As for the imports, I only see the information from the endpoints we import.

Thanks a lot, @malsobrook , for the kind sharing. This looks great, we'll try the same. 🙂

rushikeshvartak
All-Star
All-Star

You add filters while importing data 

Refer https://docs.saviyntcloud.com/bundle/SNOW-Saviynt-Integration-v23x/page/Content/C-confg-svynt-app-sn... 


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

Hello @rushikeshvartak 

Thank you for the reply, actually we checked that document, but the script is too simple '{
“displayName” : “Application” }', it doesn't give any hint on how to exclude some applications...

We tried even to use script like {“displayName” : [“App1”,"App2"] } returen 0 record, or {“displayName” : “App1”, "displayname":"App2"}returns only 1 record.

So it's really hard to understand/define the write JSON to achieve.

Please help further with some detailed JSON sample.

Get Endpoints Api is used internally. If any filter conditions working in rest api same will work from app

https://documenter.getpostman.com/view/1797923/SzzgAepY#5675f026-b1e9-4704-9773-60390935f3d1

you can use custom property and update same in saviynt to pull only selected endpoints 

{"customproperty1": "SNOW"}


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