/****
Apigee Version: Private Cloud/OPDK 4.15.04.00
REHL 6.6
Oracle JDK 1.7
Installation Type: AIO
***/
Successfully able to create and deploy proxy but unable to reach it. I noticed the deployment url is not being set after deployment.
Deployments: Environment Revision URL dev 1 NA
When I query for deployments using management apis, it returns success.
{ "environment": "dev", "name": "apiproxy1", "organization": "org1", "revision": [ { "configuration": { "basePath": "/", "steps": [] }, "name": "1", "server": [ { "status": "deployed", "type": [ "message-processor" ], "uUID": "3c2ca30c-fed8-494f-91d7-133636bacd69" }, { "status": "deployed", "type": [ "router" ], "uUID": "dc9e6175-4f5a-42b6-af19-7b710eb0d705" } ], "state": "deployed" } ] }