CentraSite 10.3 | CentraSite User’s Guide | Report Management | Managing Reports and Report Templates through Command Line Interface | Viewing the Scheduled Reports List
 
Viewing the Scheduled Reports List
Pre-requisites:
To view the list of existing scheduled reports through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a command tool named list Scheduled Reports for this purpose.
*To display the list of existing reports
*Run the command list Scheduled Reports.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd list Scheduled 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 Scheduled Reports -url http://localhost:53307/CentraSite/CentraSite -user Administrator -password manage
The response to this command could be:
Executing the command : list Scheduled Reports
=================================================================
id: uddi:b595e05b-8da6-11df-b765-893ca7cd7608
name: Schedule Daily
description: Executes the report and sends the result every day
report: API Invocations (daily)
email: xxx@domain.com
locale: -
occurrence: daily
frequency: 1
dayofmonth: 0
days: []
ordinal: -
=================================================================
….
Successfully executed the command : list Scheduled Reports