To list named usage parameter sets for services, resource adaptor entities or profile tables, use the following rhino-console or related MBean operations.
Services
Console command: listusageparametersets
Command  | 
listusageparametersets <type> <notif-source>
      List the usage parameter sets for the specified notification source
 | 
|---|---|
Example  | 
$ ./rhino-console listusageparametersets sbb \
      "service=ServiceID[name=VPN Service,vendor=OpenCloud,version=0.2],sbb=SbbID[name=VPN SBB,vendor=OpenCloud,version=0.2]"
firstLook
secondLook
 | 
MBean operation: getUsageParameterSets
MBean{cth}  | 
|
|---|---|
SLEE-defined  | 
public String[] getUsageParameterSets(SbbID id)
        throws NullPointerException, UnrecognizedSbbException,
              InvalidArgumentException, ManagementException
 | 
Arguments  | 
  | 
Resource adaptor entities
Console command: listusageparametersets
Command  | 
listusageparametersets <type> <notif-source>
      List the usage parameter sets for the specified notification source
 | 
|---|---|
Example  | 
$ ./rhino-console listusageparametersets resourceadaptorentity \
      "entity=cdr"
cdr-usage
 | 
MBean operation: getUsageParameterSets
MBean{cth}  | 
|
|---|---|
SLEE-defined  | 
public String[] getUsageParameterSets()
        throws ManagementException
 | 
Profile tables
Console command: listusageparametersets
Command  | 
listusageparametersets <type> <notif-source>
      List the usage parameter sets for the specified notification source
 | 
|---|---|
Example  | 
$ ./rhino-console listusageparametersets profiletable \
      "table=PostpaidChargingPrefixTable"
ppprefix-usage
 | 
MBean operation: getUsageParameterSets
MBean{cth}  | 
|
|---|---|
SLEE-defined  | 
public String[] getUsageParameterSets()
        throws ManagementException
 | 
