Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | Channel Configuration | Get Channel Data
 
Get Channel Data
Retrieves configuration information about a specific channel on a Universal Messaging server instance.
Syntax
sagcc get configuration data nodeAlias Universal-Messaging-instanceName
UM-CHANNELS-channelName
Arguments and Options
nodeAlias
Required. The alias name of the installation in which the Universal Messaging server instance is installed.
Universal-Messaging-instanceName
Required. The ID of the Universal Messaging server instance for which you want to retrieve channel information.
UM-CHANNELS-channelName
Required. The ID of the channel for which you want to retrieve information.
For channels inside a folder, you must use two hyphens, "--", to separate the name of the folder and the channel. For example, if you have a channel named "test/myChannel", the argument will have the value UM-CHANNELS-test--myChannel.
Examples
To retrieve information about the channel with name "channel2" on the server instance with ID "Universal-Messaging-umserver" installed in the installation with alias name "sag01":
sagcc get configuration data sag01 Universal-Messaging-umserver UM-CHANNELS-channel2