zhmcclient / zhmccli

A CLI for the IBM Z HMC
Apache License 2.0
10 stars 9 forks source link

Initial stab at managing asynchronous HMC jobs #494

Open andy-maier opened 1 year ago

andy-maier commented 1 year ago

The currently available WS-API operations for asynchronous HMC jobs are:

These operations need the "job-id" of the job.

There is no operation to list the currently present jobs.

What could be done in this situation is the following:

This requires underlying support in the zhmcclient package (see https://github.com/zhmcclient/python-zhmcclient/issues/1299)