Software AG Products 10.5 | CentraSite for Developers | Custom Reporting Searches | Displaying List of Reporting Searches
 
Displaying List of Reporting Searches
Pre-requisites:
To display the list of all reporting searches through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a command tool named list Search for this purpose.
*To display the list of reporting searches
*Run the command list Search.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd list search [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD> [-scope <SCOPE>]
The input parameters are:
Parameter
Description
CENTRASITE-URL
(Optional). The URL of the CentraSite registry. Default value is http://localhost:53307.
USER-ID
The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator.
PASSWORD
The password for the registered CentraSite user identified by the parameter USER-ID.
SCOPE
The folder to store the newly added saved search in CentraSite.
The possible values are:
*global - This option stores the search information in "Default Organization" folder.
*org - This option stores the search information in the user's organization folder.
*user (default value) - This option stores the search information in the user folder.
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd list Search -url http://localhost:53307/CentraSite/CentraSite -user Administrator -password manage -scope org