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

313 B

Health

Enum

  • OK (value: "OK")

  • WARNING (value: "Warning")

  • CRITICAL (value: "Critical")

  • UNKNOWN (value: "Unknown")

[Back to Model list] [Back to API list] [Back to README]