Configuring saved import settings for the REST API
After you configure database access for the REST API, you must configure the saved import file settings manually before any imports can be saved by the Varicent ICM REST API.
Navigate to the location where the REST API is installed.
By default it is installed here:
C:\Program Files (x86)\Varicent ICM\RestAPIOpen the
RESTAPI.appSettings.configfile.In the
Saved Import File Settingssection, configure the following parameters:Parameter
Description
ImportFileDirectoryThis is the location of the network or shared drive where the REST API saves the import files.
ImportFileUserNameThe user name with access to the network or shared drive where the import files are saved.
ImportFileDomainNameThe domain name of network or shared drive where the import files are saved.
ImportFilePasswordThe password associated with the user name with access to the network or shared drive where the import files are saved.
By default, saved imports are saved to a single folder. To change this setting to allow multiple saved import folders, change the
IsSingleImportDirectoryvalue toFALSE.