ENUM

ExoHealthCheckCategory

Description

ExoHealthCheckCategory represents the category of a health check.

link GraphQL Schema definition

  • enum ExoHealthCheckCategory {
  • # Default category for health checks.
  • DEFAULT
  • # Category for health checks specific to a use case.
  • USE_CASE_SPECIFIC
  • }