Gray Log Json API URL monitoring

Hi,

Is it possible to monitor JSON API External URL?. For example: I need to Monitor SendGrid with their JSON API, notification when any failure is detected

URL: https://3tgl2vf85cht.statuspage.io/api/v2/summary.json

If it possible can I get the steps.

You can use the “JSON path from HTTP API” input and slurp JSON from an external URL.

Thank you Michael.

Can you please let me know the steps from were I can add these?

Sure.

You can add a new input by selecting “System” -> “Inputs” in the Web UI, select the JSON path input from the select menu on the left and click “Add new input”. In the following dialog you have to enter the details like the URI and JSON path.

If you are not familiar with JSON path, you can test and debug your query here: https://jsonpath.com/

Hi Michael,

Thank you :slight_smile:
I have added the new JSON URL as input.
Is there any option to get an alert if default value got changed?.

For example: description":“All Systems Operational”

if description value changes, I should get alerts.

Any help Michael

you could make a “if not value” condition for that

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.