showdataavailability CLI command

Use this command to see details of data availability for archived or restored data.

Related topic

Syntax

Note

Before you run the command, note the following points:

showdataavailability -d <hostname> -p <port> -u <username> -w <password> -state <archived or restored state of data > -l [locale] -s[Protocol to connect with IT Data Analytics]

  • 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.
-p
Port number of the Console Server.
-u

Admin username of TrueSight IT Data Analytics.

-w

Admin Password of TrueSight IT Data Analytics.

-state

The option to see the state of data availability.

You can specify the option in the following ways:

  • To view a list of dates of archived data, specify archived.
  • To view a list of dates of restored data, specify restored.
-s

(Optional) Indicates an HTTPS connection.

-l

(Optional) Indicates the locale in which you want to display messages when the command is run.

You can set one of the following locales:

  • English
  • Simplified Chinese
  • German
  • French

By default, the messages are displayed in the locale of the system on which the CLI is run.

The value can be set to one of the following depending on the locale you choose:

  • English: en
  • Simplified Chinese: chs
  • German: de
  • French: fr

Example: If you want to set the locale as Simplified Chinese, you need to specify, l=chs.

Example inputs

The following example provides the input for listing all available archive periods:

showdataavailability -d localhost -p 9797 -u admin -w admin12345 -state archived

The following example provides the input for listing all available restore periods:

showdataavailability -d localhost -p 9797 -u admin -w admin12345 -state restored
Was this page helpful? Yes No Submitting... Thank you

Comments