|
Default Parameters for ShareFileUDTest
At configured intervals, this test emulates a file upload, download, and delete using ShareFile and reports the time it takes to perform each of these operations.
This page depicts the default parameters that need to be configured for the ShareFileUDTest.
Provide the email ID of the Sharefile user with ‘Admin’ access to Sharefile in the EMAIL ID text box. The credentials of this user are necessary for connecting to the Sharefile REST API, running API commands, and pulling out metrics.
When this test runs for the very first time, it automatically creates the file to be uploaded on the eG agent host. Against path to upload, you need to specify the full path to the Personal Folders (corresponding to the ShareFile user in the ShareFile portal) in which the file has to be uploaded. Once the file is uploaded to the specified folder, the test will try to download the same file from ShareFile to the path specified against path to upload. Next, the eG agent will attempt to delete the file from ShareFile.
For example, if you specify allshared against this parameter, then, the file will be directly uploaded to the Personal Folders of the ShareFile user.
Alternately, if you wish to upload the file to a specific folder available in the Personal Folders of the ShareFile user, then, you need to specify the exact name of that folder. For example, if you specify, eGfolder against the PATH TO UPLOAD parameter, then, the file will be uploaded to the eGfolder available in the Personal Folders of the ShareFile user.
You can also upload the file to a folder in the Personal Folders of the ShareFile user. For example, if you wish to upload the file to a folder called ‘Substitute’ available in the eGfolder (available in the Personal Folders of the ShareFile user), then, you need to specify, eG/Substitute against the PATH TO UPLOAD parameter.
When changing default configurations of tests, the values with “$” indicate variables that will be replaced by the eG system according to the specific server being managed - for instance, $hostName is the host/nickname of the target host, $port is the port number of the server being monitored. E.g., for a server xyz:80, $hostName will be changed automatically by the eG manager to “xyz” and $port will be changed to “80” when configuring a test.
|