Table 77 JSON Objects for Storage-system Query Response (continued)
DescriptionAPI TypeJSON TypeMember
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 78 (page 80). For generic API error codes, see
Table 5 (page 17).
Table 78 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 79 (page 80).
Table 79 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 80 (page 80)
might be returned.
Table 80 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 17).
80 Getting Storage System and Version Information