HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 117 JSON Objects for Storage-system Query Response (continued)
DescriptionAPI TypeJSON TypeMember
Owner of the system.print511stringowner
Contact of the system.print511stringcontact
Any comment about the system.print511stringcomment
Time zone where the system is
located
print511stringtimeZone
Storage-system Query Errors
Possible error codes are shown in Table 118 (page 128). For generic API error codes, see
Table 5 (page 22).
Table 118 Storage-system Query Error Codes
DescriptionHTTP CodeAPI Error
Internal server error.500 Internal Server ErrorINT_SERV_ERR
Getting Version Information
A client of the WSAPI can query the API server for version information by using an HTTP GET
request on a URI in the following form:
https://<storage_system>:8080/api
NOTE: A session key is not needed to make the request.
Version Information Query Success
Upon a successful query for version information, a JSON object is returned that describes the
interface version provided by the API server, as described in Table 119 (page 128).
Table 119 JSON Objects for Version Information Response
DescriptionJSON TypeMember
The version major number.numbermajor
The version minor number.numberminor
A build number not meant to be
interpreted by clients, but useful for
numberbuild
identifying specific builds of versions
for defect reports or support requests.
Version Information Query Errors
Upon an unsuccessful query for version information, the error code shown in Table 120 (page 128)
might be returned.
Table 120 Storage-system Version Query Error Codes
DescriptionHTTP CodeAPI Error
Internal server error.500 Internal Server ErrorINT_SERV_ERR
For details about this error code, see Table 5 (page 22).
128 Working with System, Version, and Task Information