Deleting an Existing Report
Use the delete Report command to delete an existing report.
The syntax for the command is:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd delete Report [-url <CENTRASITE-URL>] -user <USER-ID>-password <PASSWORD>-report <REPORT>
The input parameters are:
Parameter | Description |
-url | (Optional) The URL of the CentraSite registry. Default value is http://localhost:53307. |
-user | 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. |
-report | Name or key of the report you want to delete. If the report name contains white spaces, enclose the name with "". |
Examples:
Providing report name:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd delete Report -url http://localhost:53305/CentraSite/CentraSite –user Administrator –password manage –report “API Usage Report”
Providing report key:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd delete Report -url http://localhost:53305/CentraSite/CentraSite –user Administrator –password manage –report uddi:137738d6-c66b-11e4-8896-da7def414f92
The response to this command could be:
Executing the command : delete Report
Successfully executed the command : delete Report