Universal Messaging 10.3 | Administration Guide | Using Command Central to Manage Universal Messaging | Universal Messaging and the Command Line Interface | Commands for Snooping on Channels | Stop Snooping on a Channel
 
Stop Snooping on a Channel
To stop snooping on events on a channel for a specific user:
sagcc exec administration component node_alias Universal-Messaging-server_instance_name
channels stopSnoop name=channel_name user=user_name
Arguments and Options
Argument or Option
Value
Universal-Messaging-server_instance_name
Required. The ID of the Universal Messaging server instance on which you want to stop snooping.
name=channel_name
Required. The name of the channel on which you want to stop snooping.
user=user_name
Required. The username of the user for whom you want to stop snooping.
Examples
To stop snooping for events on channel "channel2", created on the server instance with ID "Universal-Messaging-umserver" that is installed in the installation with alias name "sag01", for user "Administrator":
sagcc exec administration component sag01 Universal-Messaging-umserver
channels stopSnoop name=channel2 user=Administrator