Introscope - Command Line Workstation (CLW) - List Report Templates

by
Jeremy Canfield |
Updated: March 09 2020
| Introscope articles
If you are not familar with the basic usage of Command Line Workstation (CLW), check out our getting started article. The list report templates command can be used to list the report templates you have created. Report templates cannot be viewed in the web browser version of Introscope, which makes The list report templates command appealing. Since report templates are in management modules, you may want to also familiarize yourself with the list management modules command.
In this example, every report template in every management module will be listed.
java -Duser=<your username> -Dpassword=<your password> -Dhost=<hostname> -jar CLWorkstation.jar list report templates matching '.*' in management modules matching ".*"
Which will return a list like this.
EM Management.Cluster Statistics
EM Management.EM Health
EM Management.SQL Offenders
et cetera
Or the list report templates containing a certain string, such as SQL.
java -Duser=<your username> -Dpassword=<your password> -Dhost=<hostname> -jar CLWorkstation.jar list report templates matching '.*SQL.*' in management modules matching ".*"
Did you find this article helpful?
If so, consider buying me a coffee over at