component
Boomi AtomSphere API: Component Object
- boomi_cicd.util.component.query_component(component_id)[source]
Query a component by its ID.
This function queries a component in Boomi by its ID and retrieves the corresponding information. The component ID is used to construct the resource path for the API request. The response is returned as the XML text of the component.
- Parameters:
component_id – The ID of the component to query.
- Returns:
The XML text of the component.