json Path Matcher
Parameters
value
Information needed to perform a JSONPath content match. Used for ContentMatcherOption::MATCHES_JSON_PATH
and ContentMatcherOption::NOT_MATCHES_JSON_PATH
. Structure is documented below.
suspend fun jsonPathMatcher(argument: suspend UptimeCheckConfigContentMatcherJsonPathMatcherArgsBuilder.() -> Unit)
Parameters
argument
Information needed to perform a JSONPath content match. Used for ContentMatcherOption::MATCHES_JSON_PATH
and ContentMatcherOption::NOT_MATCHES_JSON_PATH
. Structure is documented below.