DetailFilter
Detail Filter
Filter on detail key-value pairs. Allows filtering assessment results based on specific detail values using various comparison operators.
JSON Example
{
"key": "string",
"operator": "string",
"value": "string"
}
string
key
Required
The detail key to filter on (e.g. 'cpu_usage_hourly_health').
string
operator
Optional
Constraints:
default: EQ
Comparison operator to use. Defaults to 'EQ' if not specified.
Enumeration:
EQ,
GT,
LT,
GTE,
LTE
string
value
Required
The value to compare against. For numeric comparisons, the string will be parsed as a number.