You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
[default to 'convergedinfra.HealthCheckDefinition']
object_type
String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
[default to 'convergedinfra.HealthCheckDefinition']
category
String
Category that the health check belongs to.
[optional]
common_causes
String
Static information detailing the common causes for the health check failure.
[optional]
description
String
Description of the health check definition.
[optional]
execution_mode
String
Execution mode of the health check on converged infrastructure pod. * `OnDemand` - Execute the health check on-demand. * `Periodic` - Execute the health check on a periodic basis.
[optional][default to 'OnDemand']
label
String
Label for the health check definition that is displayed on UI.
[optional]
name
String
Name of the health check definition.
[optional]
suggested_resolution
String
Static information detailing the possible remediation actions that can be taken to remedy the health check failure.