vcf_vcfops_alert

Execution module for VCF Operations alert and symptom definitions.

saltext.vcf.modules.vcf_vcfops_alert.alerts_list(page=0, page_size=1000)[source]

Alerts list.

CLI Example:

salt '*' vcf_vcfops_alert.alerts_list <page> <page_size>
saltext.vcf.modules.vcf_vcfops_alert.alerts_get(alert_id)[source]

Alerts get.

CLI Example:

salt '*' vcf_vcfops_alert.alerts_get <alert_id>
saltext.vcf.modules.vcf_vcfops_alert.symptoms_list(page=0, page_size=1000)[source]

Symptoms list.

CLI Example:

salt '*' vcf_vcfops_alert.symptoms_list <page> <page_size>
saltext.vcf.modules.vcf_vcfops_alert.symptoms_get(symptom_id)[source]

Symptoms get.

CLI Example:

salt '*' vcf_vcfops_alert.symptoms_get <symptom_id>
saltext.vcf.modules.vcf_vcfops_alert.active_list(page=0, page_size=1000, **params)[source]

List active alerts. Extra kwargs become server-side filters.

CLI Example:

salt '*' vcf_vcfops_alert.active_list <page> <page_size>
saltext.vcf.modules.vcf_vcfops_alert.active_get(alert_id)[source]

Active get.

CLI Example:

salt '*' vcf_vcfops_alert.active_get <alert_id>