UngroupAll: Remove All Categories (aka Groups)

Tag: UngroupAll

The UngroupAll action emulates the selection of the 'Ungroup All' option found in the right-click menu or the grid toolbar.

Detailed Description

The action UngroupAll can be used either without attributes, or with the Target value of "Grid" to remove all groups from the main grid.

The Server attribute is only applicable to consoleEZ, in which case it will be mandatory for Target="LogAnalyzer" or Target="VolumeAnalyzer".

The Index attribute is also only used in consoleEZ and is mandatory when using Target="LogAnalyzer" or Target="VolumeAnalyzer". It is the value found on the Log Analyzer and Volume Analyzer windows.

Acme Volume analyzer Total Logs

Tag Attributes

Attributes

Attribute Values

Value Description

Target

Applicable 

Grid Code

N/A - Not Required (See detailed description)

Server

Abbreviated server names (separated by comma)

N/A - Only applicable in consoleEZ (See detailed description)

Index

Positive integer

Window index number - Only applicable in consoleEZ (See detailed description)

Example Scripts

XML
<UngroupAll/>


XML
<UngroupAll Target="LogAnalyzer" Index="1"/>

In the script above, all groupings in the Log Analyzer window #1 would be removed.