vcf_vcfa_vro_config_element¶
Execution module for VCF Automation vRO configuration elements.
- saltext.vcf.modules.vcf_vcfa_vro_config_element.list_(category=None, profile=None)[source]¶
List vRO configuration elements, optionally filtered by category id.
CLI Example:
salt '*' vcf_vcfa_vro_config_element.list_
- saltext.vcf.modules.vcf_vcfa_vro_config_element.get(config_id, profile=None)[source]¶
Get one configuration element by id.
- saltext.vcf.modules.vcf_vcfa_vro_config_element.get_or_none(config_id, profile=None)[source]¶
Get one configuration element by id, or
Noneon 404.
- saltext.vcf.modules.vcf_vcfa_vro_config_element.create(spec, profile=None)[source]¶
Create a configuration element.
- saltext.vcf.modules.vcf_vcfa_vro_config_element.update(config_id, spec, profile=None)[source]¶
Update a configuration element.
- saltext.vcf.modules.vcf_vcfa_vro_config_element.delete(config_id, profile=None)[source]¶
Delete a configuration element.