ads shared memory /python

Hi - is there a way to interrogate ads shared memory (similar to the adsmon -PRINT function) with python?

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    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.

    1706191022785.png

    1706191112566.png

    Then you can use Python requests library (or others) to connect the ADS REST interface and retrieve the shared memory information.

Answers