HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 100 JSON Objects for members object in Single-VLUN Query Response (continued)
DescriptionAPI TypeJSON TypeMember
Host WWN, or iSCSI name,
or SAS address, depending
on the port type.
name31stringremoteName
(Since WSAPI 1.2)
System port of VLUN
exported to. It includes node
portPos objectobjectportPos
number, slot number, and
cardPort number.
VLUN type.VLUNType enumnumbertype
(Since WSAPI 1.2)
WWN of exported volume.WWNstringvolumeWWN
(Since WSAPI 1.2)
Multipathing method in use.Multipathing enumnumbermultipathing
(Since WSAPI 1.2)
Failed path monitoring
method.
Failed-Path
Monitoring-Method enum
numberfailedPathPol
(Since WSAPI 1.2)
Monitoring interval in
seconds after which the host
checks for failed paths
unit32numberfailedPathInterval
(Since WSAPI 1.2)
The device name of this
VLUN on the host.
name31stringhostDeviceName
(Since WSAPI 1.2)
Specified if the VLUN is an
active VLUN or a VLUN
Booleanactive
template. TRUE for active
VLUN, FALSE for VLUN
template.
(Since WSAPI 1.2)
Single-VLUN Query Errors
Possible error codes for the single VLUN query are shown in Table 101 (page 110). For generic
API error codes, see Table 5 (page 22).
Table 101 Single-VLUN Query Error Codes
DescriptionHTTP CodeAPI Error
Internal server error.500 Internal ServerINT_SERV_ERR
Some or all required parameters are
missing (volume name and LUN ID are
400 Bad RequestINV_INPUT_MISSING_REQUIRED
mandatory). Either one or both of host
name and port need to be specified.
(Since WSAPI 1.2)
Invalid input: wrong type for value (LUN
ID is invalid)
400 Bad RequestINV_INPUT_WRONG_TYPE
(Since WSAPI 1.2)
110 Working with Virtual LUNs