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

Full Server Path for File Directory > Datafiles

briancap
New Contributor
New Contributor

I am trying to use a Jar Connector to programmatically drop a file into the Admin > Setting > File Directory > Datafiles. In order to do this I need to know the full server file path to the Datafiles directory. 

I have done some initial testing and have found that Java code runs in the '/application_instance/custom_code/saviynt/Views' directory. While 'Views' is one of the directories under the File Directory page of Saviynt, there does not seem to be corresponding directories for the other tabs found on the file Directory page (SAV, Datafiles, ConnectorFiles).

Could you please confirm the full server path for File Directory > Datafiles?

 

This is in version 2021.0

3 REPLIES 3

sahajranajee
Saviynt Employee
Saviynt Employee

Hello,

We would request you to leverage the File Directory APIs released in v2021 to upload files onto datafiles.

sahajranajee_0-1652374559620.png


Documenter Link: https://documenter.getpostman.com/view/1797923/RWaLwo21?version=latest#intro


Regards,
Sahaj Ranajee
Sr. Product Specialist

amit_krishnajit
Saviynt Employee
Saviynt Employee

The datfiles would be at the following directory - /saviynt_shared/saviynt/Import/Datafiles

Thanks,
Amit

briancap
New Contributor
New Contributor

I accepted the file path as the solution but the API is also extremely helpful, thank you!