Hi team, I am currently using Websocket API with Python and trying to get a response from the ADS server about available services to be using by the application at a certain point in time.
The expected results are like mapping "ServiceName" with "State", when accessing ADSMON >> Services Statistics. For example:
- ELEKTRON_DD : UP
- DELAYED_CONF : UP
Is there any request to be used with Python Websocket API to retrieve such information?