INPUT_OBJECT

TriggerExocomputeHealthCheckInput

Description

Input to initiate Exocompute health check.

link GraphQL Schema definition

  • input TriggerExocomputeHealthCheckInput {
  • # Cloud provider type.
  • cloudVendor: CloudVendor!
  • # ID for Exocompute configuration.
  • exocomputeConfigId: UUID!
  • # Compute instance type of the worker nodes (applicable only for Azure).
  • nodeType: String
  • }

link Require by