Read
GET v1/fibre_channel_interfaces
Query parameters
| Parameter | Type |
|---|---|
| startRow | NsUnsignedLong |
| endRow | NsUnsignedLong |
| sortBy | NsString |
| array_name_or_serial | NsObjectName |
GET v1/fibre_channel_interfaces/detail
Query parameters
| Parameter | Type |
|---|---|
| startRow | NsUnsignedLong |
| endRow | NsUnsignedLong |
| sortBy | NsString |
| fields | NsCommaSeparatedList |
| array_name_or_serial | NsObjectName |
Description
List a set of Fibre Channel interfaces or a single Fibre Channel interface.
Normal Response Codes
200
HTTP Error Codes
400 401 404 500 503
Detail Error Codes
Response
| Parameter | Type | JSON Type | Description | Deprecated |
|---|---|---|---|---|
| id | NsObjectID | string | Identifier for the Fibre Channel interface. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. | |
| array_name_or_serial | NsObjectName | string | Name or serial number of array where the interface is hosted. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. Example: 'myobject-5'. | |
| controller_name | NsString | string | Name (A or B) of the controller where the interface is hosted. Plain string. | |
| fc_port_id | NsFibreChannelPortID | string | ID of the port with which the interface is associated. An ID of a Fibre Channel Port. Example: '1f01067316132'. | |
| name | NsObjectName | string | Name of Fibre Channel interface. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. Example: 'myobject-5'. | |
| wwnn | NsWWN | string | WWNN (World Wide Node Name) for this Fibre Channel interface. Eight bytes expressed in hex separated by colons. Example: 'af:32:f1:20:bc:ba:43:1a'. | |
| wwpn | NsWWN | string | WWPN (World Wide Port Name) for this Fibre Channel interface. Eight bytes expressed in hex separated by colons. Example: 'af:32:f1:20:bc:ba:43:1a'. | |
| online | NsBoolean | boolean | Identify whether the Fibre Channel interface is online. Possible values: 'true', 'false'. | |
| firmware_version | NsString | string | Version of the Fibre Channel firmware. Plain string. | |
| logical_port_number | NsUnsignedLong | number | Logical port number for the Fibre Channel port. Unsigned 64-bit integer. Example: 1234. | |
| fc_port_name | NsObjectName | string | Name of Fibre Channel port. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. Example: 'myobject-5'. | |
| bus_location | NsBusLocation | string | PCI bus location of the HBA for this Fibre Channel port. Platform HBA (Host Bus Adapter) bus location. Example : 0000:81:00.0. | |
| slot | NsPlatSlot | number | HBA slot number for this Fibre Channel port. Slot that is mapped on the PCIe bus. | |
| port | NsPlatPort | number | HBA port number for this Fibre Channel port. Port on the HBA (Host Bus Adapter). | |
| link_info | NsFcLinkInfo | object | Information about the Fibre Channel link at which interface is operating. Fibre Channel link information. | |
| fabric_info | NsFcFabricInfo | object | Fibre Channel fabric information. Fibre Channel fabric information. |
JSON Response
