Hi guys, I am using Apigee free cloud account, org name is siddharth1 & proxy name is loggly_poc for both test, prod env I am getting, The revision is deployed, but traffic cannot flow. Call timed out; either server is down or server is not reachable
I have tried all the troubleshooting steps as mentioned in this doc.
Below is the response of Get Deployment Details for an API Proxy in an Environment Management API,
GET /v1/organizations/siddharth1/environments/test/apis/loggly_poc/deployment
HTTP/1.1 200 OKAccess-Control-Allow-Headers:originAccess-Control-Allow-Methods:GETAccess-Control-Allow-Origin:*Access-Control-Max-Age:3628800Connection:keep-aliveContent-Encoding:gzipContent-Type:application/jsonDate:Wed, 25 Apr 2018 05:34:55 GMTServer:Apigee LBtransfer-encoding:chunkedVary:Accept-Encoding{
"environment": "test",
"name": "loggly_poc",
"organization": "siddharth1",
"revision": [
{
"configuration": {
"basePath": "/",
"configVersion": "SHA-512:051d2a2c8c98e366f8a4d88ac65d8b8378a1691bac4549bd976a7894fbddcadf9eb0e72bb8d8d9d78209b14639663e24c79b05c950a3667fea521af24ef19827",
"steps": []
},
"name": "1",
"server": [
{
"error": "Call timed out; either server is down or server is not reachable",
"status": "error",
"type": [
"message-processor"
],
"uUID": "108cce06-920e-40ed-bf08-69dca56132b6"
},
{
"error": "Call timed out; either server is down or server is not reachable",
"status": "error",
"type": [
"message-processor"
],
"uUID": "1ff46993-f5f4-4a3d-91d3-568a3e35ff0e"
},
{
"status": "deployed",
"type": [
"router"
],
"uUID": "d4a2ec1a-5a1a-4ad2-b187-6dafa8b5b06e"
},
{
"status": "deployed",
"type": [
"router"
],
"uUID": "dcb1ab90-b1c2-4c02-abc1-27210ca2e577"
}
],
"state": "error"
}
]
}
Can someone from Apigee please resolve this issue. @Anil Sagar @AMAR DEVEGOWDA
I was actively using this account till March 23rd!