UptimeCheckConfigContentMatcherJsonPathMatcher

data class UptimeCheckConfigContentMatcherJsonPathMatcher(val jsonMatcher: String? = null, val jsonPath: String)

Constructors

constructor(jsonMatcher: String? = null, jsonPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jsonMatcher: String? = null

Options to perform JSONPath content matching. Default value is EXACT_MATCH. Possible values are: EXACT_MATCH, REGEX_MATCH.

Link copied to clipboard

JSONPath within the response output pointing to the expected ContentMatcher::content to match against.