environment
Boomi AtomSphere API: Environment Object
- boomi_cicd.util.environment.query_environment(environment_name)[source]
Query the Boomi environment by name to retrieve the environment ID.
- Parameters:
environment_name (str) – The name of the Boomi environment.
- Returns:
The environment ID.
- Return type:
str
- Raises:
SystemExit – If the environment is not found.