How to implement Synthetic Monitoring for APIGEE and Backend API

I want to implement Synthetic Monitoring for APIGEE and Backend API. I am wondering if anyone implemented the same. How the "backend API Synthetic Monitoring resource" should look like?

Any help will be highly appreciated.

Thanks,

Krish

0 5 406
5 REPLIES 5

@Krish , Did you get a chance to play with Apigee Test ?

HI @Anil Sagar

Thanks for your reply. I didn't know that such tool exists. I was checking Apigee Test. Wondering if this comes with APIGEE on-premise package or it is an additional feature we have to buy with on-premise APIGEE.

Another thing, how POST, PUT and DELETE will be tested? These are not "Safe" HTTP method. We can't trigger these requests if it really create, update and delete a resource.

Thanks,

Krish



@Krish , Unfortunately, It's not available onPremises.

@anilsr  does it mean we can use the synthetic monitoring listed feature for both Apigee Hybrid and X ?

Just FYI, you're responding to a discussion thread that is 5 years old.

Apigee test was retired some time ago, in favor of Google Cloud Monitoring. 

Here's some information on how to set up healthchecks on  public URLs: https://cloud.google.com/monitoring/uptime-checks

Uptime checks in Cloud Monitoring works by sending an HTTP request to the configured endpoint on a schedule that you configure. It will work with hybrid or X, but ... the URLs must be public.