15.4.2.1 createWebgateTemplate

The createWebgateTemplate command enables you to create a WebGate template with the parameters and values specified within the command.

Description

The createWebgateTemplate command creates a WebGate template with the specified parameters and values.

Syntax

createWebgateTemplate(webgateTemplateName="<NameOfTemplate>", webgateParamsList="<webgateParamsList>", webgateValuesList="<webgateValuesList>")
Arguments Definition

webgateTemplateName

Specifies the name of the WebGate template to be created.

webgateParamsList

A comma-seperated list of WebGate parameters that needs to be added to the WebGate template.

webgateValuesList

Specifies the values corresponding to the webgateParamsList.

Example 15-1 Example

This example illustrates the use of the createWebgateTemplate command.

createWebgateTemplate(webgateTemplateName="TemplateA", webgateParamsList="cookieSessionTime, maxConnections", webgateValuesList="24,5")