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