Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/05/2022 10:52 AM
We are performing a client specific POC
Use case Description:
Application owner submits requests on a custom sharepoint form that will collate all information required to onboard an application to Saviynt, this information is received by a middleware layer that triggers Saviynt REST APIs to perform below activities
Operations | API |
Create a connection | Not Available |
Update connection with create, add, remove JSONs | Not Available |
create security system and assign workflow | Available |
Create endpoint | Available |
Based on the document below, we dont see Saviynt APIs exposed to create or update connection. Can this be exposed based on the partner instance requirement?
Saviynt Security Manager API Reference v2021.0/Summer Release (getpostman.com)
Solved! Go to Solution.
09/05/2022 11:09 AM - edited 09/05/2022 11:10 AM
Use Test connection API.
Test Connection
This API is used to save and test a connection.
https://documenter.getpostman.com/view/1797923/RWaLwo21#27f58230-b3c0-45c9-adba-77fc3447e3e6
09/05/2022 01:06 PM
Thanks Rushikesh,
But we are looking for an API to create and update a "REST" connection type. The above API is to only test a connectivity for "DB" connection type by passing username, password etc.
09/05/2022 03:32 PM
Saviynt have n number of connector they have just provided sample of DB & SAP.
Other connector also working
to check parameters go to admin - connections - connection type
Formdata parameters needs to exact same
Postman :
SSM :
Application :
09/06/2022 10:41 AM
Thanks this worked!