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>