INPUT_OBJECT
TriggerExocomputeHealthCheckInput
Description
Input to initiate an Exocompute health check for a cluster.
link GraphQL Schema definition
- input TriggerExocomputeHealthCheckInput {
- # Cloud provider type.
- CloudVendor! :
- # ID for Exocompute configuration.
- UUID! :
- # Compute instance type of the worker nodes (applicable only for Azure).
- String :
- }