I need to extract trough a script the list of the packages installed on a
server (without connect to the server) but seems there is not an API for
Foreman or Katello for that so I want to connect directly where this
information is stored but I 'm not able to find where it is.
Is it on Postgres, Mongo or Elastic ?
Any input which help me to narrow down the research is welcome. Thx
If you are using Katello 3.0, you can get the list of packages for a host
via "api/v2//host/:id/packages".
Eric
···
On Tue, Aug 9, 2016 at 4:59 AM, marco giovannini wrote:
Hi
I need to extract trough a script the list of the packages installed on a
server (without connect to the server) but seems there is not an API for
Foreman or Katello for that so I want to connect directly where this
information is stored but I 'm not able to find where it is.
Is it on Postgres, Mongo or Elastic ?
Any input which help me to narrow down the research is welcome. Thx