Manually when we start the ALM Test Execution, Windows OS build number is fetched automatically from server side and audited in History Tab, since ALM application is on Windows machine.
but we have developed a REST based framework from which ALM application is interacted from Linux machine using REST API and ALM application resides in Windows machine.
So now do we need to store OS Build Number and Operating System as Windows details or Linux details via REST API?
If Linux, Operating System name can be fetched easily but what would be the way to fetch Linux OS build number?
I have tried to fetch Client OS details from any REST API response headers (user-agent), but no details found there as-well.