Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | Durable Subscribers Monitoring | List Events
 
List Events
Retrieves a list of events for a durable subscriber.
Syntax
sagcc get administration component nodeAlias Universal-Messaging-instanceName
durablesubscribers getDurableEvents durableName=durableSubscriberName chanName=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 a list of events.
durableName=durableSubscriberName
Required. The name of the durable subscriber for which you want to retrieve a list of events.
chanName=channelName
Required. The name of the channel to which the durable subscriber is subscribed.
Examples
To retrieve the list of events for durable subscriber "dsubscriber1" on channel "channel2", on the server instance with ID "Universal-Messaging-umserver", installed in the installation with alias name "sag01":
sagcc get administration component sag01 Universal-Messaging-umserver
durablesubscribers getDurableEvents durableName=dsubscriber1 chanName=channel2