go-redfish/client/docs/Health.md
James Gu 3c3d7c6ba0 Add "Unknown" value to health state enum
Dell iDrac returns "Unknown" health state when the server is powered off.

Change-Id: I6b1b35fa0a97afff110d11fb4d995210182ad6fd
2021-10-04 14:36:11 -04:00

18 lines
313 B
Markdown

# Health
## Enum
* `OK` (value: `"OK"`)
* `WARNING` (value: `"Warning"`)
* `CRITICAL` (value: `"Critical"`)
* `UNKNOWN` (value: `"Unknown"`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)