INPUT_OBJECT

GetHealthCheckErrorReportReq

Description

GetHealthCheckErrorReportReq is a request to retrieve detailed failure information for a specific health check type within an Exocompute configuration.

link GraphQL Schema definition

  • input GetHealthCheckErrorReportReq {
  • # The param check_type is the specific health check type to retrieve
  • # failures for.
  • checkType: String
  • # Cloud vendor for the Exocompute configuration.
  • cloudVendor: ExocomputeCloudType
  • # This is the ID of the Exocompute configuration to check.
  • exocomputeConfigId: String
  • }

link Require by