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 |
|---|---|
|
|
Specifies the name of the WebGate template to be created. |
|
|
A comma-seperated list of WebGate parameters that needs to be added to the WebGate template. |
|
|
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")