Reputation: 8461
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 :
Create a Reverse Proxy
Add the below details
a. Name: simple-greetings-proxy
b. Base path: /simple-greetings-proxy
c. Target (Existing API): https://mocktarget.apigee.net
Leave default values in Policies page as it is as Pass through
Deploy
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.
Upvotes: 1
Views: 660
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'
Upvotes: 1