From version 8.9.7, SQL Dm for MySQL exposes a new ‘Get’API. This API aims to get information from the tool. General ‘Get’ API The endpoint for all ‘Get’ requests looks…
The SQL DM for MySQL API allows users to retrieve monitor and chart values programmatically. The API supports fetching current, delta, and historical data. Base URL http://127.0.0.1:5555/ Authentication All API…
SSH tunneling for MySQL Property name Description _sshhost Host machine on which SSH server is running. _sshuser Username to access the SSH server. _sshport Port on which SSH server is…
You can access the API by passing parameters to Monyog through its base URL. For example, if Monyog is running on a system with IP 192.168.1.1, then the parameters need…
SQL DM for MySQL API is an application programming interface that enables SQL DM for MySQL to interact with other software like a command shell or a script or application.…