TCP/Transport connectivity test through Apigee

Not applicable

Hi Experts,

Is there any way in Apigee Edge cloud to test TCP level connectivity to particular public(exposed to internet) or Private (internal url) endpoint ? Also what is required if we want to expose internal URL to api hosted on edge cloud ?

0 2 457
2 REPLIES 2

Not applicable

The endpoint can be any server url which doesn't have application/web service hosted for ex. abc.com:9000 or . We want this connectivity test from our Apigee org.

Is this a one time test for connectivity or a repeatable thing.

A public endpoint can be on any port but needs to be http or https. You can create a simple pass through API that talks to this public URL and test connectivity.

What do you mean by internal URL ? Do you intend to create a public API front-end to it ?