Skip to content

Commit

Permalink
Docs: Added HMC userid requirement for WS access
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 27, 2023
1 parent d601833 commit d225797
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Released: not yet
* Added handling of exceptions raised by the built-in HTTP server during
its startup, for the HTTP case. (related to issue #397)

* Docs: Added the missing requirement for having the HMC userid enabled for
web services access. (issue #419)

**Enhancements:**

* Added support for Python 3.12. Had to increase the minimum versions of
Expand Down
6 changes: 6 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ the ``zhmc_prometheus_exporter`` command.
To return all metrics supported by the command, the HMC userid must have the
following permissions:

* The HMC userid must have the following flag enabled:

- "Allow access to Web Services management interfaces" flag of the user in
the HMC GUI, or "allow-management-interfaces" property of the user at the
WS-API.

* Object access permission to the objects for which metrics should be returned.

If the userid does not have object access permission to a particular object,
Expand Down

0 comments on commit d225797

Please sign in to comment.