Displaying the xml contents of a template – Brocade Virtual ADX Graphical User Interface Guide (Supporting ADX v03.1.00) User Manual

Page 328

Advertising
background image

316

Brocade Virtual ADX Graphical User Interface Guide

53-1003242-01

Displaying template information

C

The optional template_area variable is the area where the template is located on the Brocade
Virtual ADX. Enter pre-defined, user-defined, or ready-to-use.

Displaying the XML contents of a template

To display the XML contents of a template, use the show template dump command.

Syntax: show template dump template_file template_area [ variables ]

The template_file variable is the name of the template file to validate.

The template_area variable is the area where the template file is located. Enter pre-defined,
user-defined, or ready-to-use.

The variables option displays only the XML content for the variables instead of the entire template
content.

Virtual ADX #show template dump Minimal.xml pre-defined

-----------------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>

<ADXTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespa

ceSchemaLocation="ADXTemplate.xsd">

<name>Minimal sample</name>

<description>A very minimal template sample</description>

<templateVersion>0.1</templateVersion>

<minimumPlatformVersion>12.6.0</minimumPlatformVersion>

<variables>

<variable>

<variableName>myVS</variableName>

<shortPrompt>Enter the name of the VS</shortPrompt>

...

Advertising