We are writing a web based service in Java that interfaces between our own software and Microsoft HPC. We are using the RESTful API for Microsoft HPC 2016 Update 3.
We would like to get node performance metrics from the HPC server using the REST API. The metrics are available using the Get-HpcMetricValue PowerShell command, but ideally we would
like to get the same information without having to use PowerShell.
Is there a way to get the node metrics through the REST API or using another method other than PowerShell?