The SQL DM for MySQL API allows users to retrieve monitor and chart values programmatically. The API supports fetching current, delta, and historical data.
All API requests require authentication using the following parameters:
_user=admin_password=Test@123Description:Retrieves all enabled monitors' values. Endpoint:
Request Parameters:
Example Calls: |
Retrieves all enabled monitors' values.
_object=MONyogAPI&_action=GetAllMonitorsValues&_user=admin&_password=Test@123&_server=[server_name]&_type=[current/delta/history]&_starttime=[timestamp]&_endtime=[timestamp]
_server: Server name_type: current, delta, or history_starttime & _endtime: Required if _type=history (Start time & end time in UNIX timestamp format)