Module: Google::Cloud::Monitoring::V3::UptimeCheckConfig::ContentMatcher::JsonPathMatcher::JsonPathMatcherOption
- Defined in:
- proto_docs/google/monitoring/v3/uptime.rb
Overview
Options to perform JSONPath content matching.
Constant Summary collapse
- JSON_PATH_MATCHER_OPTION_UNSPECIFIED =
No JSONPath matcher type specified (not valid).
0- EXACT_MATCH =
Selects 'exact string' matching. The match succeeds if the content at the
json_pathwithin the output is exactly the same as thecontentstring. 1- REGEX_MATCH =
Selects regular-expression matching. The match succeeds if the content at the
json_pathwithin the output matches the regular expression specified in thecontentstring. 2