Obtain summary information
1. API Description
This API is used to obtain summary information.
Request mode: POST [ip]/api/system/summary/get
| Administrator Rights | Logged-in |
|---|---|
| No | Yes |
2. Input Parameters
None
3. Output Parameters
| Name | Type | Description |
|---|---|---|
| status | Integer | Status code. |
| code | String | Status description. |
| data | struct | Refer to summary. |
Summary
| Name | Type | Description |
|---|---|---|
| cpu-temp | Integer | CPU temperature. |
4. Example
Obtaining summary information.
Input Example
None
Output Example
{
"status": 0,
"code": "Success",
"data": {
"cpu_temp": 54
}
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.