Closed dvaccarosenna closed 3 years ago
Currently we can only retrieve a process by ID (https://github.com/IBM/lmctl/blob/master/lmctl/client/api/processes.py).
We have disabled the list API as it's not possible to get all processes, however it should be possible to get all processes associated to a given Assembly (by name or ID).
list
Closed by PR #77
Currently we can only retrieve a process by ID (https://github.com/IBM/lmctl/blob/master/lmctl/client/api/processes.py).
We have disabled the
list
API as it's not possible to get all processes, however it should be possible to get all processes associated to a given Assembly (by name or ID).