Read
GET v1/fibre_channel_configs
Query parameters
| Parameter | Type |
|---|---|
| startRow | NsUnsignedLong |
| endRow | NsUnsignedLong |
| sortBy | NsString |
| iSortBy | NsString |
| pageSize | NsUnsignedInt |
| id | NsObjectID |
| group_leader_array | NsObjectName |
GET v1/fibre_channel_configs/detail
Query parameters
| Parameter | Type |
|---|---|
| startRow | NsUnsignedLong |
| endRow | NsUnsignedLong |
| sortBy | NsString |
| iSortBy | NsString |
| fields | NsCommaSeparatedList |
| pageSize | NsUnsignedInt |
| id | NsObjectID |
| group_leader_array | NsObjectName |
Description
List the Fibre Channel configuration.
Normal Response Codes
200 206
HTTP Error Codes
400 401 403 404 500 503
Detail Codes
Response
| Parameter | Type | JSON Type | Description | Deprecated |
|---|---|---|---|---|
| id | NsObjectID | string | Identifier for Fibre Channel configuration. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. | |
| array_list | NsArrayFcConfigList | Array of NsArrayFcConfig | List of array Fibre Channel configs. List of array Fibre Channel configurations. | |
| group_leader_array | NsObjectName | string | Name of the group leader array. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. Example: 'myobject-5'. |
JSON Response
{
"data": {
"array_list": [
{
"name": "g1a1",
"array_name": "g1a1",
"ctrlr_a_fc_config": {
"fc_interface_list": [
{
"bus_location": "0000:81:00.0",
"name": "fc1.1",
"online": true,
"port": 0,
"slot": 1,
"wwnn": "56:c9:ce:90:9b:84:c9:00",
"wwpn": "56:c9:ce:90:9b:84:c9:01"
},
{
"bus_location": "0000:81:00.1",
"name": "fc2.1",
"online": true,
"port": 1,
"slot": 1,
"wwnn": "56:c9:ce:90:9b:84:c9:00",
"wwpn": "56:c9:ce:90:9b:84:c9:02"
}
],
"fc_port_list": [
{
"bus_location": "0000:81:00.0",
"name": "fc1",
"port": 0,
"slot": 1
},
{
"bus_location": "0000:81:00.1",
"name": "fc2",
"port": 1,
"slot": 1
}
]
},
"ctrlr_b_fc_config": {
"fc_interface_list": [
{
"bus_location": "0000:81:00.0",
"name": "fc1.1",
"online": true,
"port": 0,
"slot": 1,
"wwnn": "56:c9:ce:90:9b:84:c9:00",
"wwpn": "56:c9:ce:90:9b:84:c9:03"
},
{
"bus_location": "0000:81:00.1",
"name": "fc2.1",
"online": true,
"port": 1,
"slot": 1,
"wwnn": "56:c9:ce:90:9b:84:c9:00",
"wwpn": "56:c9:ce:90:9b:84:c9:04"
}
],
"fc_port_list": [
{
"bus_location": "0000:81:00.0",
"name": "fc1",
"port": 0,
"slot": 1
},
{
"bus_location": "0000:81:00.1",
"name": "fc2",
"port": 1,
"slot": 1
}
]
},
"id": "0900000000000004d3000000000000000000000001",
"array_id": "0900000000000004d3000000000000000000000001"
},
{
"name": "g1a2",
"array_name": "g1a2",
"ctrlr_a_fc_config": {
"fc_interface_list": [
{
"bus_location": "0000:81:00.0",
"name": "fc1.1",
"online": true,
"port": 0,
"slot": 1,
"wwnn": "56:c9:ce:90:9b:84:c9:00",
"wwpn": "56:c9:ce:90:9b:84:c9:05"
},
{
"bus_location": "0000:81:00.1",
"name": "fc2.1",
"online": true,
"port": 1,
"slot": 1,
"wwnn": "56:c9:ce:90:9b:84:c9:00",
"wwpn": "56:c9:ce:90:9b:84:c9:06"
}
],
"fc_port_list": [
{
"bus_location": "0000:81:00.0",
"name": "fc1",
"port": 0,
"slot": 1
},
{
"bus_location": "0000:81:00.1",
"name": "fc2",
"port": 1,
"slot": 1
}
]
},
"ctrlr_b_fc_config": {
"fc_interface_list": [
{
"bus_location": "0000:81:00.0",
"name": "fc1.1",
"online": true,
"port": 0,
"slot": 1,
"wwnn": "56:c9:ce:90:9b:84:c9:00",
"wwpn": "56:c9:ce:90:9b:84:c9:07"
},
{
"bus_location": "0000:81:00.1",
"name": "fc2.1",
"online": true,
"port": 1,
"slot": 1,
"wwnn": "56:c9:ce:90:9b:84:c9:00",
"wwpn": "56:c9:ce:90:9b:84:c9:08"
}
],
"fc_port_list": [
{
"bus_location": "0000:81:00.0",
"name": "fc1",
"port": 0,
"slot": 1
},
{
"bus_location": "0000:81:00.1",
"name": "fc2",
"port": 1,
"slot": 1
}
]
},
"id": "0900000000000004d3000000000000000000000002",
"array_id": "0900000000000004d3000000000000000000000002"
}
],
"group_leader_array": "g1a1",
"id": "c500000000000004d3000000000000000000000000"
}
}
