With Apigee X becoming available, immediately took it for a spin. The Evaluation Setup is self-explanatory, well done!
But once things are nicely up-and-running, I'm puzzled how to invoke the sample /hello-world API proxy. Can find the internal IP.
$ curl -H "$AUTH" -X GET -H "Content-Type:application/json" https://apigee.googleapis.com/v1/organizations/my-project/instances{ "instances": [ { "name": "eval-europe-west1-b", "location": "europe-west1-b", "host": "10.120.0.2", "port": "443", "state": "ACTIVE" } ]}
Had a quick try with below command, but of course not working.
curl https://my-project.apigee.net/hello-world --resolve my-project-eval.apigee.net:443:10.120.0.2
The docs suggest to create a "new virtual machine inside your VPC network"... but unclear how.
Any suggestion to call proxies with the Apigee X Evaluation Setup?