Built-in gateway services and URIs
search cancel

Built-in gateway services and URIs

book

Article ID: 372005

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Wanted to get a list of built-in Gateway service URIs that may need to be filtered from the outside world.
Examples: 

Restman: /restman/
Ping: /ssg/ping

Environment

ssg 10.x, 11.x

Resolution

The built-in services can be enabled/disabled via listener port properties.  Some internal services need user installed and will be able to find its uri by the policy property like restman,  wsman,  security token service etc, some could be controlled by the published service like certificate signing service/password changing service.  

For policy download service: 

http://:8080/ssg/policy/disco?serviceoid=1234567&fulldoc=yes

WSDL download: 

http://<Gateway_machine>:8080/ssg/wsdl

or

https://<Gateway_machine>:8443/ssg/wsdl?anon=false

Ping 

https://<Gateway_machine>:8443/ssg/ping

Additional Information