informatica.infacore.compute_engine.informatica.local_compute_engine.LocalComputeEngine.get_status

LocalComputeEngine.get_status() str

Fetches the current status of the local compute engine.

Returns:

The status of the local compute engine. The function returns “NOT INSTALLED”, “RUNNING,” or “STOPPED”.

Return type:

str

Example

>>> import informatica.infacore as ic
>>> local_ce = ic.get_compute_engine()
>>> local_ce.get_status()