Page History
...
All API responses return JSON data.
Success Response:
{ "STATUS": "SUCCESS", "RESPONSE": [{ "GroupName": "xxxx", "CounterName": "xxxx", "Value": "Yes", "AlertStatus": "1", "AlertCondition": "None" }]}
Failure Response:
{ "STATUS": "FAILURE", "RESPONSE": "Error Message"}
Notes:
_typeis required for monitor queries._starttimeand_endtimeare needed for historical data and getting trend values.- Monitor
group_idandcounter_idare found on the Monitors page. - Chart
group_idandcounter_idshould be displayed on mouse hover in the UI.