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 .package file into vRO.

package_bytes is the raw .package content. name is used as the multipart form field name only; the package’s internal name comes from the file itself.

saltext.vcf.clients.vcfa_vro_package.delete(opts, name, *, option=None, profile=None)[source]

Delete a vRO package.

option one of deletePackage (just the package), deletePackageWithContent (and its content), deletePackageKeepingShared (default behavior).

saltext.vcf.clients.vcfa_vro_package.export_(opts, name, profile=None)[source]

Return the raw .package bytes for name.