Getting Storage System And Version Information; Getting Storage System Information; Storage-System Query Success; Json Objects For Storage-System Query Response - HP 3PAR StoreServ 7200 2-node Manual

Hp 3par web service api 1.2 developer's guide (qr482-96192, june 2013)
Hide thumbs Also See for 3PAR StoreServ 7200 2-node:
Table of Contents

Advertisement

8 Getting Storage System and Version Information

This chapter describes how to get system-wide information and version information.

Getting Storage System Information

To query for storage system information, use the HTTP GET method in the URI, with no message
body:
https://<storage system>:8080/api/v1/system
NOTE:
Getting system-wide storage-system information became available with WSAPI 1.2.

Storage-system Query Success

Upon a successful query for storage-system information, the HTTP code 200 OK is returned.
Unless an internal server error occurs, the response includes a message body specified in
Table 77 (page
Table 77 JSON Objects for Storage-system Query Response
Member
id
name
IPv4Addr
IPv6Addr
model
serialNumber
systemVersion
totalNodes
masterNode
onlineNodes
clusterNodes
chunkletSize
totalCapacityMiB
allocatedCapacityMiB
freeCapacityMiB
failedCapacityMiB
location
owner
contact
79).
JSON Type
number
string
string
string
string
string
string
number
number
Array of number
Array of number
number
number
number
number
number
string
string
string
API Type
uint32
name31
name31
print51 1
name31
name31
name31
uint32
uint32
Array of uint32
Array of uint32
uint32
uint32
uint32
uint32
uint32
print51 1
print51 1
print51 1
Getting Storage System Information
Description
System ID.
System name.
System IPv4 address.
System IPv6 address.
System model.
System serial number.
Storage system software
version number.
Total number of nodes in the
system.
Master node ID.
Node IDs online.
Node IDs in cluster
Chunklet size.
Total capacity (MiB) in the
system.
Allocated capacity (MiB) in
the system.
Free capacity (MiB) in the
system.
Failed capacity (MiB) in the
system.
Location of the system.
Owner of the system.
Contact of the system.
79

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents