Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | Channel Snoop | View Details of a Snooped Event on a Channel
 
View Details of a Snooped Event on a Channel
Retrieves the details of a snooped event on a channel for a specific user in TSV, XML, or JSON format.
Syntax
*To retrieve the details of a snooped event on a channel for a specific user in TSV format:
sagcc exec administration component nodeAlias Universal-Messaging-instanceName
channels snoop name=channelName user=userName id=eventId
*To retrieve the details of a snooped event on a channel for a specific user in XML or JSON format:
sagcc exec administration component nodeAlias Universal-Messaging-instanceName
channels snoop name=channelName user=userName id=eventId {--format|-f} {xml|json}
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 a snooped event.
name=channelName
Required. The name of the channel on which the snooped event is published.
user=userName
Required. The username of the user for whom you want to retrieve the snooped event.
id=eventId
Required. The ID of the event that you want to view.
[{--format|-f} {xml|json}]
Optional. Whether to view the snooped event in XML or JSON format.
Usage Notes
The TSV format is tabular and does not display the header and properties of an event. To see the header and properties of an event, use the XML or JSON format.
Examples
*To view details of a snooped event with ID "2" in TSV format 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 event name=channel2 user=Administrator id=2
*To view details of a snooped event with ID "2" in XML format 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 event name=channel2 user=Administrator id=2 --format xml