HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 98 JSON Objects in members Object for All-VLUNs Query
DescriptionAPI TypeJSON TypeMember
Exported LUN value.uint32numberlun
Name of exported virtual
volume name or VV set
name.
name31stringvolumeName
Host name or host set name
to which the VLUN is
exported.
name31stringhostname
Host WWN, or iSCSI name,
or SAS address; depends on
port type.
name31stringremoteName
System port of VLUN
exported to. It includes node
portPos object
For more information, see
“VLUN portPos JSON
Objects” (page 100).
objectportPos
number, slot number, and
cardPort number.
VLUN type.VLUNtype enumnumbertype
For more information, see
VLUNType Enumeration
(page 100).
WWN of exported volume.WWNstringvolumeWWN
If a VV set is exported, this
value is null.
Multipathing method in use.multipathing Enumnumbermultipathing
For more information see
“VLUN multipathing
Configuration Enumeration
” (page 101).
Failed path monitoring
method.
failedPathPol enum
For more information, see
“VLUN failedPathPol
numberfailedPathPol
Configuration Enumeration
(page 101).
Monitoring interval in
seconds after which the host
checks for failed paths.
uint32numberfailedPathInterval
The device name for this
VLUN on the host.
name31stringhostDeviceName
Specified if the VLUN is an
active VLUN or a VLUN
template. , .
BooleanBooleanactive
true for active VLUN.
false for VLUN template.
All-VLUNs Query Example
The following query returns all VLUN templates or active VLUNs, including all active and template
VLUNs on the storage system:
HTTP Request
GET /api/v1/vluns HTTP/1.1
Querying VLUNs 107