freshprobe_check
Check endpoint data freshness and liveness by probing URLs for freshness scores, latency percentiles, TLS status, and content fingerprinting to verify HTTP cache staleness.
Instructions
Probe a single endpoint for data freshness and liveness. Returns a deterministic JSON verdict with freshness score, latency percentiles, TLS status, and content fingerprint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | the URL to probe for freshness | |
| repeat | No | number of repeat probes for fingerprinting | |
| timeout_secs | No | probe timeout in seconds | |
| skip_tls | No | skip TLS certificate checks | |
| skip_dns | No | skip DNS resolution timing |