channelpath
TYPE
,
MODULE
,
PATH

The channelpath statement returns the path of a specified channel module.


Parameters

This statement has three parameters:

type – type of channel (Dial, Email, etc.)

module – module name.

path – field or variable where the result will be placed.


Description

This statement returns the path of a specified channel module.

local xpath
channelpath "Email","Python",xpath

See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but now returns both the path and filename of the requested channel. You are no longer allowed to specify an empty module name, since there is no longer a concept of a path for a channel type.