Obtaining Frontend Enclosure Information
GET /fe
Introduction
Obtains Frontend Enclosure information.
Request Examples
This is an example of obtaining the Frontend Enclosure status only.
$ curl -i -H "Authorization: Bearer g17e4umvwYoHuhkG7yCSee.." -X GET "https://192.168.1.1:5665/api/v1/fe?fields=status"
Response Examples
{
"status": "Normal",
"detail_status": "Normal",
"frt0_status": "Normal",
"frt1_status": "Normal",
"frt2_status": "Normal",
"frt3_status": "Normal",
"svc0_status": "Normal",
"svc1_status": "Normal",
"fan0_status": "Normal",
"fan1_status": "Normal",
"fan2_status": "Normal",
"fan3_status": "Normal",
"psu0_status": "Normal",
"psu1_status": "Normal",
"psu2_status": "Normal",
"psu3_status": "Normal",
"temperature_status": "Normal",
"temperature": "25"
"power_1min_avg": 255,
"power_1hour_avg": 310
}
Parameters
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
| status | string Status.
|
||||||||||||||||||
| detail_status | string Detailed status.
|
||||||||||||||||||
| frt0_status | string Status.
|
||||||||||||||||||
| frt1_status | string Status.
|
||||||||||||||||||
| frt2_status | string Status.
|
||||||||||||||||||
| frt3_status | string Status.
|
||||||||||||||||||
| svc0_status | string Status.
|
||||||||||||||||||
| svc1_status | string Status.
|
||||||||||||||||||
| fan0_status | string Status.
|
||||||||||||||||||
| fan1_status | string Status.
|
||||||||||||||||||
| fan2_status | string Status.
|
||||||||||||||||||
| fan3_status | string Status.
|
||||||||||||||||||
| psu0_status | string Status.
|
||||||||||||||||||
| psu1_status | string Status.
|
||||||||||||||||||
| psu2_status | string Status.
|
||||||||||||||||||
| psu3_status | string 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. |

