Deletetemplate, Executetemplatecontent – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 87

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

77

53-1003248-01

Methods

3

deleteTemplate

Description
Deletes a template file from an ADX template storage area.

Parameters

Table 192

contains the parameters for this method.

Return values
None.

Error messages

List of Error Messages

executeTemplateContent

Description
Executes a directly-provided template with optional inputs.

Parameters

Table 193

contains the parameters for this method.

TABLE 192

deleteTemplate parameters

Parameter

Type

Presence

Rules

Description

name

string

Mandatory

Must match the DOS
8.3 filename format.

The file name of the
template.

area

templateStorageAreaEnum

Mandatory

"ALL_AREAS" and
"PRE_DEFINED_ARE
A" are not allowed.

The storage area
where the template
is found.

TABLE 193

executeTemplateContent parameters

Parameter

Type

Presence

Rules

Description

template Content

string

Mandatory

Maximum size is
expected to be
approx 750k .

The XML content of
the template
protected in a
"CDATA" wrapper.

inputs

TemplateSummaryFilter

[ ]

Optional

Only "variableName"
and "defaultValue"
fields are used.

Optional input
values to use in the
execution of the
template.

purgeConfig

boolean

Advertising