Threshold metric result - Precisely_Data_Integrity_Suite - Data_Quality - dis_core_foundation

Quality APIs

Product type
Software
Portfolio
Integrate
Enrich
Product family
Precisely Data Integrity Suite
Product
Precisely Data Integrity Suite > Data Quality
ft:locale
en-US
ft:title
Quality APIs
Copyright
2026
First publish date
2023
ft:lastEdition
2026-08-27
ft:lastPublication
2026-08-27T12:09:30.578000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Data Integrity Suite
L4_Investment_Segment
Suite Verify
L5_Product_Group
Data Quality
L6_Product_Name
Suite Data Quality

Represents the alert evaluation outcome for a single metric type within an observer alert. Pairs a metric type such as ROW_COUNT or NULL_COUNT with a list of threshold breach details that explain why the metric triggered an alert. Nested within alert response objects to provide per-metric diagnostic information.

Parameters

Property Description
details The list of individual threshold breach details for this metric type, explaining what was compared, what the threshold was, and the percentage deviation from expected values.
metricType The metric that breached its threshold and triggered the alert. Identifies the specific measurement such as ROW_COUNT, NULL_COUNT, or FRESHNESS.

JSON Example


{
  "metricType": "ROW_COUNT",
  "details": [
    {
      "alertAgainst": "moving_average",
      "alertReason": "Row count dropped significantly below the expected moving average.",
      "comparisonMetric": "45000",
      "currentMetric": "12000",
      "percentageChange": -73.3
    }
  ]
}