vcfa_vro_config_element

VCF Automation — vRO configuration elements (/vco/api/configurations).

Configuration elements are vRO’s named, typed key-value bundles — the canonical place to stash environment-specific tunables that workflows reference.

saltext.vcf.clients.vcfa_vro_config_element.create(opts, spec, profile=None)[source]

Create a configuration element.

spec keys: name, description, categoryId, attributes (list of {name, type, description, value}), version.

saltext.vcf.clients.vcfa_vro_config_element.set_attribute(opts, config_id, attribute_name, attribute_spec, profile=None)[source]

Set a single attribute. attribute_spec is {name, type, value}.