IBM / lmctl

Cloud Pak for Network Automation (CP4NA) (previously ALM/TNCO) command line tool
Apache License 2.0
4 stars 19 forks source link

Add client API to retrieve all processes of an Assembly #74

Closed dvaccarosenna closed 3 years ago

dvaccarosenna commented 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).

dvaccarosenna commented 3 years ago

Closed by PR #77