Moyed Ansari
Moyed Ansari

Reputation: 8461

How to access apigee endpoint?

I'm new to GCP and APIgee.

I'm trying to integrate an API as a reverse proxy in APIgee. Steps I have followed are :

It is not showing virtual hosts section. I'm not getting any host even after the creation of APIs so that I can test.

This looks like some configuration issue of apigee setup. enter image description here

Upvotes: 1

Views: 660

Answers (1)

evansche
evansche

Reputation: 371

It looks like you're following the 'build a simple API proxy' tutorial in the Apigee docs, like here:

https://docs.apigee.com/api-platform/fundamentals/build-simple-api-proxy

The next section of the docs should have the info you need to proceed: 'Define the URL that clients see' > 'About virtual hosts'

enter image description here

Upvotes: 1

Related Questions