vcfops_alert

VCF Operations — alert and symptom definitions, plus active alerts.

Three distinct concepts:

  • alertdefinitions (catalog) — the configurable templates that say if X then alert.

  • symptomdefinitions (catalog) — the conditions alerts compose from.

  • alerts (instances) — open/active alerts firing right now against monitored resources.

saltext.vcf.clients.vcfops_alert.active_list(opts, page=0, page_size=1000, params=None)[source]

List active (open) alerts.

Extra params are merged in for server-side filtering — e.g. {"activeOnly": True, "resourceId": "<uuid>"}.