Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion detect/synthetic-monitoring/api-checks/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Start by specifying the endpoint you want to track.
- **IP family**: Defaults to IPv4.
- **Skip SSL**: Skip SSL certificate validation.
- **Follow redirects**: Automatically follow 30x redirects.
- **This request should fail**: Treat HTTP error codes (4xx and 5xx) as passed. Please note that successful responses still pass. Only failed assertions will cause the check to fail.
- **This request should fail**: Treat HTTP error codes (4xx and 5xx) as passed. Please note that successful responses still pass. Only failed assertions will cause the check to fail. In [Monitoring as Code](/concepts/monitoring-as-code), this maps to the [`shouldFail`](/constructs/api-check) boolean property on the `ApiCheck` construct.

## Body

Expand Down
2 changes: 1 addition & 1 deletion detect/uptime-monitoring/url-monitors/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Monitor public URLs by specifying the endpoint you want to track.
* **IP family:** Choose between IPv4 (default) or IPv6
* **Follow redirects:** Automatically follow 30x redirects
* **Skip SSL:** Skip SSL certificate validation
* **This request should fail:** Treat HTTP error codes (4xx and 5xx) as passed. Please note that successful responses still pass. Only failed assertions will cause the check to fail
* **This request should fail:** Treat HTTP error codes (4xx and 5xx) as passed. Please note that successful responses still pass. Only failed assertions will cause the check to fail. In [Monitoring as Code](/concepts/monitoring-as-code), this maps to the [`shouldFail`](/constructs/url-monitor) boolean property on the `UrlMonitor` construct.

### Assertions

Expand Down
Loading