where to find ports in installation

Not applicable

Is there any command to see what ports are being used in apigee by apigee components? And where do I find all the ports of a component on a terminal?

Thank you in advance

0 1 114
1 REPLY 1

Hi @srinivasa raja Sekhar vallepu

You can find the port requirements in the docs here: https://docs.apigee.com/private-cloud/v4.18.05/port-requirements

You can also check the response from the management server using:

curl -n -X GET http://{{MGMNTSVR}}/v1/servers

where MGMNTSVR = your.hostname.com:8080

Also note the use of -n to tell curl to use your .netrc, a good habit to adopt.