OBJECT

BatchTriggerExocomputeHealthCheckReply

Description

Response for batch Exocompute health check job submission.

link GraphQL Schema definition

  • type BatchTriggerExocomputeHealthCheckReply {
  • # List of Exocompute configuration IDs for the failed health check jobs.
  • failedConfigIds: [UUID!]!
  • # List of IDs for the Exocompute health check jobs.
  • healthCheckJobIds: [String!]!
  • }

link Require by