Google Cloud Monitoring v3 API - Enum UptimeCheckConfig.Types.ContentMatcher.Types.JsonPathMatcher.Types.JsonPathMatcherOption (3.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Monitoring v3 API enum UptimeCheckConfig.Types.ContentMatcher.Types.JsonPathMatcher.Types.JsonPathMatcherOption.
Selects 'exact string' matching. The match succeeds if the content at
the json_path within the output is exactly the same as the
content string.
RegexMatch
Selects regular-expression matching. The match succeeds if the
content at the json_path within the output matches the regular
expression specified in the content string.