To
update a service key subscription,
use the following sis-console command, Ant task, or related MBean operation.
| 
 | 
This is a SIS feature for IN. | 
Console command
updateServiceKeySubscription
Command  | 
updateservicekeysubscription <ra-entity> <name> [-servicekey <service-key>]
                            [-orig <composition-id>] [-term <composition-id>]
                            [-thirdparty <composition-id>] [-desc <description>]
                            [-debuglevel <level>] [-audit <boolean>]
Update an existing service key subscription
 | 
|---|---|
Example  | 
To update the service key subscription for  
 in the SIS instance named  $ ./sis-console updateservicekeysubscription sis VPN -servicekey 60 -debuglevel 2 Updated subscription VPN  | 
Ant task
updateServiceKeySubscription
Task  | 
<updateservicekeysubscription name="..." servicekey="..." description="..." debuglevel="..." audit="...">
    <originatingcomposition name="..." vendor="..." version="..."/>
    <terminatingcomposition name="..." vendor="..." version="..."/>
    <thirdpartycomposition name="..." vendor="..." version="..."/>
</updateservicekeysubscription>
 | 
|---|---|
Example  | 
<sis-management>
    <updateservicekeysubscription name="VPN" servicekey="60" debuglevel="2"/>
</sis-management>
 | 
MBean operation
MBean  | 
|---|
updateSubscription
Operation  | 
public void updateSubscription(ServiceKeySubscription subscription)
    throws NullPointerException, UnrecognizedComponentException,
           ManagementException;
 | 
|---|
