component_metadata
Boomi AtomSphere API: Component Metadata Object
- boomi_cicd.util.component_metadata.query_component_metadata(component_id)[source]
Query a component’s metadata by its ID in the Boomi platform.
This function retrieves metadata information for a specified component within the Boomi platform using the provided component ID.
Upon a successful request, the response containing the component’s metadata is returned in JSON format.
- Parameters:
component_id (str) – The Boomi component id that will be used within the query.
- Returns:
A dictionary representation of the JSON response containing the metadata of the queried component.
- Return type:
dict