package_component_manifest
Boomi AtomSphere API: Package Component Manifest Object
- boomi_cicd.util.package_component_manifest.get_package_component_manifest(packaged_component_id)[source]
Get the manifest of a packaged component. This will include a list of components and their versions that are packaged within the packaged component.
- Parameters:
packaged_component_id (str) – The ID of the packaged component.
- Returns:
The manifest of the packaged component.
- Return type:
str