Page tree

Use this command to list all supported entities.

To understand the syntax and examples, see:

Syntax

Note

Prefix this command with the following, as appropriate:

  • For Windows: itda.bat
  • For Linux: ./itda.sh

list –u <userName> [-v] [-s] –w <password> –d <hostName> –p <portNumber> –e <entityName>
  • Angle brackets (< >) indicate a variable value that needs to be user defined.

  • Square brackets ([ ]) indicate optional parameters.

The following table describes the parameters used in the syntax:

ParameterDescription
-d
Host name of the Console Server
-e
The name of the entity that you want to list
-p
Port number of the Console Server
-u
User name to use to connect with the Console Server
-v
(Optional) Version of the IT Data Analytics product
-w
Password corresponding to the user name to use to connect with the Console Server
-s
(Optional) Indicates an HTTPS connection

Supported entities

You can use this command to list the following entities:

  • Data collectors
  • Workspaces
  • Saved searches
  • Data patterns
  • Components

Example input

The following example provides the input for listing supported entities:

list -u admin -w admin -d localhost -p 9797 -e component
 
list -u admin -w admin -d localhost -p 9797 -e collector
 
list -u admin -w admin -d localhost -p 9797 -e datapattern
 
list -u admin -w admin -d localhost -p 9797 -e savedsearch
 
list -u admin -w admin -d localhost -p 9797 -e workspace

Related topics

Managing saved searches

Managing data patterns

Managing workspaces

Managing components

Managing data collectors