How to get list of GatewayURL(custom resolution path).
search cancel

How to get list of GatewayURL(custom resolution path).

book

Article ID: 217231

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Want to get list of GatewayURL(custom resolution path).
Does API Gateway have that function?

Environment

Release : All version

Component : API GATEWAY

Resolution

No, API Gateway does not have that function.
But it can be pulled out of SSG_DB.

For example:
After connecting to SSG_DB with the MYSQL command, issue the following SQL.
mysql> select name, routing_uri from published_service;