[SOLVED] Creating reports for external users
Published: November 22, 2024 - 2:56 PM
Hello, I
have a WAPT Enterprise server (version 2.5.5, build 15697) on a CentOS 7 server with Windows 10 22H2 clients.
I want to allow people who don't have console access to view installation reports for specific software.
I considered using the /api/v3/reporting_exec API, for example, which works well in Python but can't be implemented in PHP due to certificate issues.
I also thought about accessing the PostgreSQL database, but it's not accessible externally.
The goal isn't to manually retrieve the results of a query every morning, but to automate the entire process.
Perhaps a bit naively, I envision it as a web page showing that Firefox installation was at x% on certain dates.
If you have any suggestions or ideas, I'd appreciate them.
have a WAPT Enterprise server (version 2.5.5, build 15697) on a CentOS 7 server with Windows 10 22H2 clients.
I want to allow people who don't have console access to view installation reports for specific software.
I considered using the /api/v3/reporting_exec API, for example, which works well in Python but can't be implemented in PHP due to certificate issues.
I also thought about accessing the PostgreSQL database, but it's not accessible externally.
The goal isn't to manually retrieve the results of a query every morning, but to automate the entire process.
Perhaps a bit naively, I envision it as a web page showing that Firefox installation was at x% on certain dates.
If you have any suggestions or ideas, I'd appreciate them.