Need a Tool for Managing Gateway Services
search cancel

Need a Tool for Managing Gateway Services

book

Article ID: 100650

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

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

Environment

Release: All
Component: Gateway

Resolution

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