Skip to content

exocomputeGetSupportedHealthChecks

ExocomputeGetSupportedHealthChecks returns the supported health check details for the given cloud type for Exocompute.

Arguments

Argument Type Description
input (required) ExocomputeGetSupportedHealthChecksReq! Inputs for getting supported health check details.

Returns

ExocomputeGetSupportedHealthChecksReply!

Sample

query ExocomputeGetSupportedHealthChecks($input: ExocomputeGetSupportedHealthChecksReq!) {
  exocomputeGetSupportedHealthChecks(input: $input) {
    supportedChecks
  }
}
{
  "input": {}
}
{
  "data": {
    "exocomputeGetSupportedHealthChecks": {
      "supportedChecks": [
        "ACR_CONNECTIVITY"
      ]
    }
  }
}