Internal API with the Zoe master

The client side of the ZeroMQ API.

class zoe_api.master_api.APIManager

Main class for the API.

execution_delete(exec_id) → typing.Tuple[bool, str]

Delete an execution.

execution_start(exec_id: int) → typing.Tuple[bool, str]

Start an execution.

execution_terminate(exec_id: int) → typing.Tuple[bool, str]

Terminate an execution.

scheduler_statistics() → typing.Tuple[bool, str]

Query scheduler statistics.