HP 3PAR Web Service API 1.3.1 Developer's Guide

Getting WSAPI Configuration Information
To query for WSAPI configuration information, use the HTTP GET method in the URI, with no
message body:
https://<storage_system>:8080/api/v1/wsapiconfiguration
The systemResourceUsage member of wsapiconfiguration HTTP GET operation output
represents the theoretical maximum of sessions the WSAPI server can handle at any given time.
The systemResourceUsage value, which is determined at WSAPI server process start time,
depends on the array configuration and memory usage on each node on the cluster.
WSAPI Configuration Query Success
Unless an error occurs, the response includes a message body with JSON object members as
shown in Table 121 (page 129).
Table 121 Message Body JSON Objects for WSAPI Configuration Query
DescriptionValue RangeJSON TypeMember
HTTP port state. Possible
values are:
name31stringhttpState
Enabled: HTTP port is
enabled.
Disabled: HTTP port
is disabled.
(Since WSAPI 1.3)
HTTPS port state. Possible
values are:
name31stringhttpsState
Enabled: HTTPS port
is enabled.
Disabled: HTTPS port
is disabled.
(Since WSAPI 1.3)
HTTP port number on which
the WSAPI is listening for
unsecure connections.
uint32numberhttpPort
Value: 8008
(Since WSAPI 1.3)
HTTPS port number on
which the WSAPI is
uint32numberhttpsPort
listening for secure
connections.
Value: 8080
(Since WSAPI 1.3)
The WSAPI server version.name31stringversion
(Since WSAPI 1.3)
The number of WSAPI
sessions in use in the
cluster.
uint32numbersessionsInUse
(Since WSAPI 1.3)
The System Resource Usage
(SRU) setting on the array.
uint32numbersystemResourceUsage
This represents the total
number of concurrent
Getting WSAPI Configuration Information 129