HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 78 Port portProtocol Enumeration
DescriptionValueSymbol
Fibre Channel.1FC
(Since WSAPI 1.2)
iSCSI.2iSCSI
(Since WSAPI 1.2)
Fibre Channel over Ethernet3FCOE
(Since WSAPI 1.2)
Internet Protocol (remote copy)4IP
(Since WSAPI 1.2)
Serial-attached SCSI.5SAS
(Since WSAPI 1.2)
The HP 3PAR OS API server returns port failover state enumeration as shown in Table 79 (page
93).
Table 79 Port portFailOverState Enumeration
DescriptionValueSymbol
No failover in operation.1NONE
(Since WSAPI 1.2)
In the process of failing over to partner.2FAILOVER_PENDING
(Since WSAPI 1.2)
Failed over to partner.3FAILED_OVER
(Since WSAPI 1.2)
The partner port is failed over to this
port.
4ACTIVE
(Since WSAPI 1.2)
(Since WSAPI 1.2)5ACTIVE_DOWN
The partner port is failed over to this
port, but this port is down.
6ACTIVE_FAILED
(Since WSAPI 1.2)
In the process of failing back from
partner.
7FAILBACK_PENDING
(Since WSAPI 1.2)
Querying All Ports
To query port information, use the HTTP GET method in the URI, with no message body:
https://<storage_system>:8080/api/v1/ports
All-Ports Query Success
Unless an error occurs, the response includes a message body as specified in Table 80 (page 94).
Querying All Ports 93