Cloud Monitoring V3 API - Module Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher::JsonPathMatcherOption (v0.17.0)

Reference documentation and code samples for the Cloud Monitoring V3 API module Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher::JsonPathMatcherOption.

Options to perform JSONPath content matching.

Constants

JSON_PATH_MATCHER_OPTION_UNSPECIFIED

value: 0
No JSONPath matcher type specified (not valid).

EXACT_MATCH

value: 1
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.

REGEX_MATCH

value: 2
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.