AckdbObserveAttributeCondition

A condition on a fixed entity attribute (name, domain, status, timestamps, event counts, sources, last activity, or source presence).

Properties

typestringrequired
"attribute"
fieldstringrequired
"name""created_at""updated_at""domain""status""event_count""last_active""sources""source_present"
operatorstringrequired
"eq""neq""contains""in""gt""gte""lt""lte""within_days""is_null""is_not_null"
valueone of

Scalar or array depending on the operator. Omitted for is_null/is_not_null.

Option 1
string
Option 2
number
Option 3
array of
one of
Option 1
string
Option 2
number

Example

AckdbObserveAttributeCondition example
{
  "type": "attribute",
  "field": "name",
  "operator": "eq",
  "value": "string"
}