OBJECT

ExocomputeHealthCheckStatus

Description

Describes the Exocompute health check status.

link GraphQL Schema definition

  • type ExocomputeHealthCheckStatus {
  • # Status of the health check.
  • status: ExocomputeHealthCheckStatusValue!
  • # Time of last update for the health check status.
  • lastUpdatedAt: DateTime
  • # ID for the health check status job.
  • taskchainId: String!
  • # Reason for the health check failure.
  • failureReason: String!
  • }