We need two things:
1) A tool that lists all the URIs configured in the API Gateway
2) A tool to see the path of a URI when traveling through our API Gateway
Release: All
Component: Gateway
1) A tool that lists all the URIs configured in the API Gateway.
-----------------------
OPTION #1: Use Restman
-----------------------
+ Use the Policy Manager to publish the REST Management Services and use the RESTMan API Documentation
+ Information about installing and using RESTMan: REST Management API
+ Under Services there will be a list command that can be used to view the services
-----------------------
OPTION #2 Use Postman or any online browser tool
-----------------------
2) A tool to see the path of a URI when traveling through our API Gateway.
+ Use the Service Debugger to walk through a policy
+ Information about using the Service Debugger: Working with the Service Debugger