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 Durable Subscriber Attributes
 
List Durable Subscriber Attributes
Retrieves the attributes of a specific durable subscriber or a set of attributes for all durable subscribers on a Universal Messaging server instance.
Syntax
*To retrieve the attributes of a specific durable subscriber:
sagcc get administration component nodeAlias Universal-Messaging-instanceName
durablesubscribers details channel=channelName name=durableSubscriberName
{--format|-f} {xml|tsv|csv}
*To retrieve a set of attributes for all durable subscribers:
sagcc get administration component nodeAlias Universal-Messaging-instanceName
durablesubscribers list {--format|-f} {tsv|csv} properties=commaSeparatedList
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 set of durable-subscriber attributes.
{--format|-f} {xml|tsv|csv}
Required. The format in which to retrieve the attributes of the durable subscribers. Values are:
*xml - Can be used only for retrieving the attributes of a specific durable subscriber.
*tsv
*csv
[properties=commaSeparatedList]
Required for retrieving a set of attributes. A comma-separated list of the attributes you want to retrieve.
Examples
*To list in XML format the attributes of 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 details channel=channel2 name=dsubscriber1 -f xml
*To list in TSV format the attributes "name", "channel", "lastEventID", and "outstandingEvents" of the durable subscribers 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 list -f tsv properties=name,channel,lastEventID,outstandingEvents