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.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
detail_status

string

Detailed status.
Item Description
Normal The state of the part is normal.
Unconnected An internal part is abnormal.
Undefined Some parts are implemented but not used.
Undefined-Error_Parts_Exist Some parts are unused and in an abnormal state.
Normal-Unused_Parts_Exist Some parts are unused internally.
Maintenance The part is under maintenance.
Warning Some parts need preventive maintenance.
Error A part has failed.
temperature_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
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.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
cm1_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
bbu0_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
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.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
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.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
psu1_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
bud0_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
bud1_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
bud2_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
bud3_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
cm0_da0_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
cm0_da0_type

string

The Interface Type of the DA.
Item Description
SAS SAS Interface Type
NVMe NVMe Interface Type
cm1_da0_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
cm1_da0_type

string

The Interface Type of the DA.
Item Description
SAS SAS Interface Type
NVMe NVMe Interface Type
cm0_da1_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
cm0_da1_type

string

The Interface Type of the DA.
Item Description
SAS SAS Interface Type
NVMe NVMe Interface Type
cm1_da1_status

string

Status.
Item Description
Normal Normal state.
Unused Implemented but unused.
Maintenance Maintenance state.
Warning Preventive maintenance is required.
Error An error has occurred and maintenance is required.
cm1_da1_type

string

The Interface Type of the DA.
Item Description
SAS SAS Interface Type
NVMe NVMe Interface Type
drive_href_list

Array of strings

Link to Drive.

The link to the drive installed in the CE will be returned.