Skip to content

Assertions

Assertions decide whether a response is healthy. The types Fajita supports and how severity works.

Core

An assertion is a rule a response must satisfy. A check succeeds only when every assertion passes.

Supported assertions

AssertionChecks
Status codeThe response status is expected
Response timeThe response arrived under a threshold
KeywordThe body contains (or does not contain) text
Header equalsA response header has an expected value
JSON pathA value inside a JSON body matches
TLSCertificate validity, hostname, and expiry (SSL monitors)

Each assertion page includes a configuration example, a passing result, a failing result, and troubleshooting.

Was this page helpful?