freshprobe_check
Probe a single endpoint to verify data freshness, measure latency percentiles, check TLS status, and fingerprint content. Returns a deterministic JSON verdict.
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
| 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 |