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_path within the output is exactly the same as the content string.

1
REGEX_MATCH =

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.

2