Obtaining Controller Enclosure Information
GET /ce/{ce_id}
Introduction
Obtains Controller Enclosure information.
Request Examples
This is an example of obtaining only the CE ID and status of Controller Enclosure ID 2.
$ curl -i -H "Authorization: Bearer g17e4umvwYoHuhkG7yCSee.." -X GET "https://192.168.1.1:5665/api/v1/ce/2?fields=status"
Response Examples
{
"ce_id": "1",
"ce_href": "/api/v1/ce/1",
"status": "Normal",
"detail_status": "Normal",
"temperature_status": "Normal",
"temperature": "25",
"power_1min_avg": 255,
"power_1hour_avg": 310,
"cm0_status": "Normal",
"cm1_status": "Normal",
"bbu0_status": "Normal",
"bbu0_charge_rate": 80,
"bbu0_expiration_date": "2099-12",
"bbu1_status": "Normal",
"bbu1_charge_rate": 80,
"bbu1_expiration_date": "2099-12",
"psu0_status": "Normal",
"psu1_status": "Normal",
"bud0_status": "Normal",
"bud1_status": "Normal",
"bud2_status": "Normal",
"bud3_status": "Normal",
"cm0_da0_status": "Normal",
"cm0_da0_type": SAS,
"cm1_da0_status": "Normal",
"cm1_da0_type: SAS,
"cm0_da1_status": "Normal",
"cm0_da1_type: SAS,
"cm1_da1_status": "Normal",
"cm1_da1_type: SAS,
"drive_href_list": [
"/api/v1/drive/0000",
"/api/v1/drive/0001",
"/api/v1/drive/0002",
"/api/v1/drive/0003"
]
}
Parameters
PATH PARAMETERS
| ce_id
(required) |
string CE-ID (0 - b). |
QUERY PARAMETERS
| fields | Array of strings Parameter to display. Only the information of the specified Parameter name (Response Body Parameter) is extracted and obtained. For details about the specification methods, see Property Filter. |
Responses
If successful, the HTTP status code is 200 (OK) and the response body is returned.
RESPONSE BODY
| ce_id | string Controller Enclosure ID. |
||||||||||||||||||
| ce_href | string Resource link of the Controller Enclosure. |
||||||||||||||||||
| status | string Status.
|
||||||||||||||||||
| detail_status | string Detailed status.
|
||||||||||||||||||
| temperature_status | string Status.
|
||||||||||||||||||
| temperature | string Ambient temperature. The unit is °C. If information cannot be obtained due to a sensor failure, 0 is displayed. |
||||||||||||||||||
| power_1min_avg | integer Average power consumption in the last minute. The unit is W. |
||||||||||||||||||
| power_1hour_avg | integer Average power consumption in the last hour. The unit is W. |
||||||||||||||||||
| cm0_status | string Status.
|
||||||||||||||||||
| cm1_status | string Status.
|
||||||||||||||||||
| bbu0_status | string Status.
|
||||||||||||||||||
| bbu0_charge_rate | integer BBU charge rate. The unit is %. When the charging rate is 90% or more, "100" appears. |
||||||||||||||||||
| bbu0_expiration_date | string BBU expiration date. Format is as follows: YYYY-MM YYYY: year (Western calendar), MM: month (01 - 12) |
||||||||||||||||||
| bbu1_status | string Status.
|
||||||||||||||||||
| bbu1_charge_rate | integer BBU charge rate. The unit is %. When the charging rate is 90% or more, "100" appears. |
||||||||||||||||||
| bbu1_expiration_date | string BBU expiration date. Format is as follows: YYYY-MM YYYY: year (Western calendar), MM: month (01 - 12) |
||||||||||||||||||
| psu0_status | string Status.
|
||||||||||||||||||
| psu1_status | string Status.
|
||||||||||||||||||
| bud0_status | string Status.
|
||||||||||||||||||
| bud1_status | string Status.
|
||||||||||||||||||
| bud2_status | string Status.
|
||||||||||||||||||
| bud3_status | string Status.
|
||||||||||||||||||
| cm0_da0_status | string Status.
|
||||||||||||||||||
| cm0_da0_type | string The Interface Type of the DA.
|
||||||||||||||||||
| cm1_da0_status | string Status.
|
||||||||||||||||||
| cm1_da0_type | string The Interface Type of the DA.
|
||||||||||||||||||
| cm0_da1_status | string Status.
|
||||||||||||||||||
| cm0_da1_type | string The Interface Type of the DA.
|
||||||||||||||||||
| cm1_da1_status | string Status.
|
||||||||||||||||||
| cm1_da1_type | string The Interface Type of the DA.
|
||||||||||||||||||
| drive_href_list | Array of strings Link to Drive. The link to the drive installed in the CE will be returned. |

