Hi - is there a way to interrogate ads shared memory (similar to the adsmon -PRINT function) with python?
Hello @martin.gregory
If I am not wrong, the ADS does not expose the shared memory information via API with Python.
However, the ADS has the REST interface that allows web-based client applications to retrieve manageability information over the internet. The information including the configurations, shared memory resources, and even the price data.
Then you can use Python requests library (or others) to connect the ADS REST interface and retrieve the shared memory information.
Thanks very much Wasin