informatica.infacore.compute_engine.informatica.remote_compute_engine.RemoteComputeEngine.get_status

RemoteComputeEngine.get_status() str

Fetches the current state of the remote compute engine.

Returns:

One of three values “NOT INSTALLED”, “RUNNING”, or “STOPPED”.

Return type:

str

Example

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