FindHotFolders
You can use the FindHotFolders command to get a list of import profiles. You can find import profiles for a certain project, tenant or server. The found import profiles will be displayed in the following format:
Project '<project name>' (Project ID) in tenant '<tenant name>', profile '<name of the import profile>', Hot Folder path '<path to the Hot Folder>', update interval <xxx>, enabled/disabled,
where <xxx> is the time between import attempts in seconds (or 0 if Hot Folder checking is disabled).
Parameters
/Project | Optional |
Specifies a project.
If no project is specified, the /Server parameter must be specified. |
/Server | Optional |
The server where the project is hosted. If this parameter is not specified, the /Project parameter must be specified. |
/U | Optional |
User name. If this parameter is not specified, Windows authentication will be used. |
/P | Optional | Password. |
/Tenant | Optional | Tenant name. |
/Cert | Optional | The thumbprint of the certificate used for Mutual SSL authentication. Pass the string-encoded hash of the certificate for the server with Mutual SSL installed. |
Example of use:
FindHotFolders /Server="https://sample.server.net"/Cert=<certificate thumbprint> /Project=SingleEntryPoint /U=username /P=password
12.04.2024 18:16:01