diff --git a/appengine/flexible/endpoints/README.md b/appengine/flexible/endpoints/README.md index c31f528dba0..aff053b4da0 100644 --- a/appengine/flexible/endpoints/README.md +++ b/appengine/flexible/endpoints/README.md @@ -172,3 +172,16 @@ $ gcloud app deploy app.yaml --project=YOUR-CLIENT-PROJECT-ID Your client app is now deployed at https://YOUR-CLIENT-PROJECT-ID.appspot.com. When you access https://YOUR-CLIENT-PROJECT-ID.appspot.com, your client calls your server project API from the client's service account using Google ID token. + +## Viewing the Endpoints graphs + +By using Endpoints, you get access to several metrics that are displayed graphically in the Cloud Console. + +To view the Endpoints graphs: + +1. Go to the [Endpoints section in Cloud Console](https://console.cloud.google.com/endpoints) of the project you deployed your API to. +2. Click on your API to view more detailed information about the metrics collected. + +## Swagger UI + +The Swagger UI is an open source Swagger project that allows you to explore your API through a UI. Find out more about it on the [Swagger site](http://swagger.io/swagger-ui/). diff --git a/appengine/flexible/endpoints/index.html b/appengine/flexible/endpoints/index.html deleted file mode 100644 index 9774466482f..00000000000 --- a/appengine/flexible/endpoints/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - -
- - -Congratulations on successfully setting up and deploying your Endpoints bookstore sample.
-Here are some helpful links:
-swagger.json.