INPUT_OBJECT
GetHealthCheckErrorReportReq
Description
GetHealthCheckErrorReportReq is a request to retrieve detailed failure information for a specific health check type within an Exocompute configuration.
link GraphQL Schema definition
- input GetHealthCheckErrorReportReq {
- # The param check_type is the specific health check type to retrieve
- # failures for.
- : String
- # Cloud vendor for the Exocompute configuration.
- : ExocomputeCloudType
- # This is the ID of the Exocompute configuration to check.
- : String
- }