OBJECT

HealthPolicyStatus

Description

Health-check status.

link GraphQL Schema definition

  • type HealthPolicyStatus {
  • # Name of the policy used for the hardware component health check.
  • policyName: HardwareHealthPolicyName!
  • # Result of the hardware health check.
  • isHealthy: Boolean!
  • # Output from the hardware health-check policy.
  • message: String!
  • }