Enum UptimeCheckConfig.ContentMatcher.JsonPathMatcher.JsonPathMatcherOption (3.88.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
EXACT_MATCH = 1;
EXACT_MATCH_VALUE
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.
EXACT_MATCH = 1;
JSON_PATH_MATCHER_OPTION_UNSPECIFIED
No JSONPath matcher type specified (not valid).
JSON_PATH_MATCHER_OPTION_UNSPECIFIED = 0;
JSON_PATH_MATCHER_OPTION_UNSPECIFIED_VALUE
No JSONPath matcher type specified (not valid).
JSON_PATH_MATCHER_OPTION_UNSPECIFIED = 0;
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.
REGEX_MATCH = 2;
REGEX_MATCH_VALUE
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-14 UTC."],[],[]]