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
Integration IntegrationId `graphql:"integration"` // The integration this check uses.
PassPending bool `graphql:"passPending"` // True if this check should pass by default. Otherwise the default 'pending' state counts as a failure.
ResultMessage string `graphql:"resultMessage"` // The check result message template.
ServiceSelector string `graphql:"serviceSelector"` // A jq expression that will be ran against your payload to select the service.
SuccessCondition string `graphql:"successCondition"` // A jq expression that will be ran against your payload to evaluate the check result. A truthy value will result in the check passing.