vcfa_vro_package¶
VCF Automation — vRO packages (/vco/api/packages).
vRealize Orchestrator packages are the unit of vRO content distribution. They wrap workflows, actions, configuration elements, resources, and other vRO objects.
- saltext.vcf.clients.vcfa_vro_package.get(opts, name, profile=None)[source]¶
Return the package metadata for name (e.g.
com.example.pkg).
- saltext.vcf.clients.vcfa_vro_package.import_(opts, name, package_bytes, *, overwrite=False, profile=None)[source]¶
Import a
.packagefile into vRO.package_bytes is the raw
.packagecontent. name is used as the multipart form field name only; the package’s internal name comes from the file itself.