HP 3PAR OS 3.1.3 Command Line Interface Reference

stopwsapi
DESCRIPTION
The stopwsapi command stops the Web Services API server from servicing HTTP and HTTPS
requests.
SYNTAX
stopwsapi [options]
AUTHORITY
Super, Service
Any role granted the wsapi_stop right
OPTIONS
-f
Specifies that the operation is forced. If this option is not used, the command requires confirmation
before proceeding with its operation.
SPECIFIERS
None
EXAMPLES
The following example shows how to stop the Web Services API server:
cli% stopwsapi
Are you sure you want to stop the Web Services API server?
select q=quit y=yes n=no: y
Web Services API server stopped successfully.
The following example shows how to stop the Web Services API server immediately without a
confirmation notice:
cli% stopwsapi -f
Web Services API server stopped successfully.
NOTES
Access to all domains is required to run this command.
By default, the Web Services API server is not started until the startwsapi command is issued.
stopwsapi 645