From the course: Building APIs with Swagger and the OpenAPI Specification

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Monitoring API usage

Monitoring API usage - REST Tutorial

From the course: Building APIs with Swagger and the OpenAPI Specification

Start my 1-month free trial

Monitoring API usage

- [Instructor] Now that Apigee is proxying the traffic to our API implementation, we're able to take advantage of some of its features that it centralizes for the API. So in this lesson we're just going to take a quick look at the monitoring feature within Apigee. So we'll first navigate into our hsportscatalog proxy and inside of the proxy definition we see our two environments. Let's copy the URL for our prod environment and then we can paste it into the browser and hit our product endpoint. At this point I'm going to remove the tab from the browser and we can navigate within Apigee to the API Proxy Performance option via the side bar. So just click this third icon down and then API Proxy Performance. This is going to give us an understanding of all the traffic navigating to our API through the proxy established by Apigee. So when I send a bunch of HTTP traffic to our API, Apigee is going to capture that traffic and register it within this display. So here we see the traffic that…

Contents