CentraSite 10.7 | CentraSite User’s Guide | Report Management | Managing Reports and Report Templates through Command Line Interface | Viewing the Reports List
 
Viewing the Reports List
Pre-requisites:
To view the list of existing reports through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a command tool named list Reports for this purpose.
*To display the list of existing reports
*Run the command list Reports.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd list Reports [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD>
The input parameters are:
Parameter
Description
CENTRASITE-URL
(Optional). The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite.
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.
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd list Reports -url http://localhost:53307/CentraSite/CentraSite -user Administrator -password manage
The response to this command could be:
Executing the command : list Reports
=================================================================
id: uddi:b595e05b-8da6-11df-b765-893ca7cd7608
name: API Usage Report
description: Short Description of the API Usage Report
classifications: [shared]
=================================================================
….
Successfully executed the command : list Reports