INPUT_OBJECT
OptionalHealthChecksInput
Description
Input for optional health checks configuration.
link GraphQL Schema definition
- input OptionalHealthChecksInput {
- # The archival locations for which connectivity will be checked from Exocompute.
- : [ArchivalHealthCheckParamsInput!]
- # If true, connectivity to cloudslab is checked.
- : Boolean
- # If true, connectivity to GCS for indexing is checked.
- : Boolean
- }
link Require by
- AddAzureCloudAccountExocomputeConfigurationsInputInput for adding Exocompute configurations for an Azure Cloud Account.
- CreateAwsExocomputeConfigsInputInput to create AWS Exocompute configurations.
- SetGcpExocomputeConfigsInputInput to upsert the exocompute configuration for a GCP project.
- TriggerExocomputeHealthCheckInputInput to initiate an Exocompute health check for a cluster.
- UpdateAwsExocomputeConfigsInputInput to update AWS Exocompute configurations.