get_suppression_log
Retrieve the suppression log showing delivered and suppressed AWS spot signals, with suppression reasons like low confidence, stale data, or TTL expired, plus counts and suppression rate.
Instructions
Get the RefineX suppression log — a mix of delivered and suppressed signals. Shows what RefineX fired vs. what it held back and why. No API key required.
Args: limit: Number of signals to return (1–20, default 20)
Returns:
signals[]: each has region, instance_type, confidence, savings_pct, action, suppressed (bool), suppression_reason
count: total signals returned
delivered: signals that cleared the confidence threshold
suppressed: signals that were detected but held back
suppression_rate: percentage suppressed (e.g. 65.0 means 65% held back)
Suppression reasons: "confidence_below_threshold", "stale_data", "ttl_expired". A high suppression rate is intentional — discipline is the product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |