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 None on 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.

saltext.vcf.modules.vcf_vcfa_vro_config_element.get_attribute(config_id, attribute_name, profile=None)[source]

Get a single attribute.

saltext.vcf.modules.vcf_vcfa_vro_config_element.set_attribute(config_id, attribute_name, attribute_spec, profile=None)[source]

Set a single attribute.