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

Updated:   |  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 Buy Me A Coffee



Comments


Add a Comment


Please enter b17245 in the box below so that we can be sure you are a human.