Monitors
Monitors are the core of APIAssert. Each monitor executes requests on a schedule and evaluates assertions against the response.
What a Monitor Includes
- Endpoint URL and HTTP method
- Frequency and timeout
- Optional headers/body configuration
- Region selection
- Assertion rules
Status Model
A check is considered up only when:
- The request completes successfully, and
- All assertions pass
Otherwise, the check is considered down.