OBJECT
HealthPolicyStatus
Description
Health-check status.
link GraphQL Schema definition
- type HealthPolicyStatus {
- # Name of the policy used for the hardware component health check.
- HardwareHealthPolicyName! :
- # Result of the hardware health check.
- Boolean! :
- # Output from the hardware health-check policy.
- String! :
- }