​Error in deployment for environment test.

Not applicable

"The revision is deployed, but traffic cannot flow. Call timed out; either server is down or server is not reachable"

Solved Solved
0 1 100
1 ACCEPTED SOLUTION

Not applicable

Hi @Madhu, Use this API http://docs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/apis/%7Bapi_name%7D/revision... to get the status of your APIproxy. The response will give you the status of the deployment on all the MP and routers.
Usually you will see that error if the deployment fails on a specific router/ MP.

GET /deployments API
Get the router/mp on which deployment failed.
check that server logs to find out the issue or restart it.

View solution in original post

1 REPLY 1

Not applicable

Hi @Madhu, Use this API http://docs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/apis/%7Bapi_name%7D/revision... to get the status of your APIproxy. The response will give you the status of the deployment on all the MP and routers.
Usually you will see that error if the deployment fails on a specific router/ MP.

GET /deployments API
Get the router/mp on which deployment failed.
check that server logs to find out the issue or restart it.