HP 3PAR OS 3.1.3 Command Line Interface Reference

removewsapisession
DESCRIPTION
The removewsapisession command removes the WSAPI user connections from the current
system.
SYNTAX
removewsapisession [options] <id> <user_name> <IP_address>
AUTHORITY
Super
Any role granted the wsapisession_remove right
OPTIONS
-pat
Specifies that the <id>, <user_name>, and <IP_address> specifiers are treated as glob-style
(shell-style) patterns and all WSAPI user connections matching those patterns are removed. By
default, confirmation is required to proceed with removing each connection unless the -f option is
specified.
-dr
Specifies that the operation is a dry run and no connections are removed..
-f
Specifies that the command is forced. If this option is not used, the command requires confirmation
before proceeding with its operation.
SPECIFIERS
<id>
Specifies the Id of the WSAPI session connection to be removed.
<user_name>
Specifies the name of the WSAPI user to be removed.
<IP_address>
Specifies the IP address of the WSAPI user to be removed.
RESTRICTIONS
Access to all domains is required to run this command.
EXAMPLES
The following example displays the forced removal of all sessions for user user1:
cli%
removewsapisession -f -pat * user1 * Removing user WSAPI connection id:1383876394258938
Name:user1 Ip_Addr:16.94.225.96
Removing user WSAPI connection id:1383876393423508
Name:user1 Ip_Addr:16.94.225.96
removewsapisession 247