Displaying the status of a template operation – Brocade Virtual ADX Graphical User Interface Guide (Supporting ADX v03.1.00) User Manual
Page 330

318
Brocade Virtual ADX Graphical User Interface Guide
53-1003242-01
Displaying template information
C
When the variables are displayed, the Brocade Virtual ADX first lists the variables that are not
in a group, followed by each variable group.
•
To display the raw XML content for the variables in a template, use the show template dump
command.
Displaying the status of a template operation
To display the status of a previous validation or execution operation on a template, use the show
template status command.
Syntax: show template status
Virtual ADX#show template dump Minimal.xml pre-defined variables
-----------------------------------------------------------
<variables>
<variable>
<variableName>myVS</variableName>
<shortPrompt>Enter the name of the VS</shortPrompt>
<longHelpText>The Virtual Server needs a name and you must provide
it</longHelpText>
<dataType>string</dataType>
<screenPositionIndex>1</screenPositionIndex> <!-- could be left out
-->
<visual>true</visual> <!-- could be left out, since default is true -->
</variable>
<variable>
<variableName>myVS-IP</variableName>
<shortPrompt>Enter the IP Address of the VS</shortPrompt>
<longHelpText>The Virtual Server needs an IP Address and you must
provide it</longHelpText>
<dataType>ipAddressNonBlank</dataType>
<screenPositionIndex>2</screenPositionIndex> <!-- could be left out
-->
<visual>true</visual> <!-- could be left out, since default is true -->
</variable>
<variable>
<variableName>myRS</variableName>
<shortPrompt>Enter the name of the RS</shortPrompt>
<longHelpText>The Real Server needs a name and you must provide
it</longHelpText>
<dataType>string</dataType>
Virtual ADX#show template status
Template operation status : COMPLETED
Template overall result : SUCCESSFULL