Universal Messaging 10.3 | Administration Guide | Using Command Central to Manage Universal Messaging | Universal Messaging and the Command Line Interface | Commands for Snooping on Queues | View Details of a Snooped Event on a Queue
 
View Details of a Snooped Event on a Queue
*To retrieve the details of a snooped event on a queue for a specific user in TSV format:
sagcc exec administration component node_alias Universal-Messaging-server_instance_name
queues event name=queue_name user=user_name id=event_id
*To retrieve the details of a snooped event on a queue for a specific user in XML format:
sagcc exec administration component node_alias Universal-Messaging-server_instance_name
queues event name=queue_name user=user_name id=event_id -f|--format xml
*To retrieve the details of a snooped event on a queue for a specific user in JSON format:
sagcc exec administration component node_alias Universal-Messaging-server_instance_name
queues event name=queue_name user=user_name id=event_id -f|--format json
Arguments and Options
Argument or Option
Value
Universal-Messaging-server_instance_name
Required. The ID of the Universal Messaging server instance.
name=queue_name
Required. The name of the queue on which the snooped event is published.
user=user_name
Required. The username of the user for whom you want to retrieve the snooped event.
id=event_id
Required. The ID of the event that you want to view.
[-f|--format {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 queue "queue1", 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
queues event name=queue1 user=Administrator id=2
*To view details of a snooped event with ID "2" in XML format on queue "queue1", 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
queues event name=queue1 user=Administrator id=2 --format xml