getting errorcode":"messaging.adaptors.http.flow.ServiceUnavailable",{"fault":{"faultstring":"The Service is temporarily unavailable","detail":{"errorcode":"messaging.adaptors.http.flow.ServiceUnavailable"}}}

Not applicable

when I hit my url http://10.244.35.49:8178/tvi/simulation directly, I am getting the desired results. It is post method and it will expect 100+ fields as input, so when you try it you might end up with 405 which is expected. But when I configure the above url with apigee edge http://lakshmipriyarajasekar-trial-test.apigee.net/tvi am getting the below error.

errorcode":"messaging.adaptors.http.flow.ServiceUnavailable"

I tried googling and I had some posts related to this search but nothing fits for my case.

I am seeking for a help to clear this issue.

,

Hi,

I am getting the below error while accessing my api via edge [apigee]. When I hit the url directly

http://10.244.35.49:8178/tvi/simulation I don't get any issue. This is a post method and it needs nearly 100+ input fields in json format. so I am not mentioning it. So, If I get 405 while accessing the resource, it is fine. I could see lot of answers related to this issue and I tried. But nothing fits for my case.

{"fault":{"faultstring":"The Service is temporarily unavailable","detail":{"errorcode":"messaging.adaptors.http.flow.ServiceUnavailable"}}}
0 1 7,133
1 REPLY 1

Hi @lakshmipriya rajasekar

a) did you try tracing your request at apigee and see what is the complete target URL is formed? May be that's incorrect? If that's okay;

b) is your backend URL [http://10.244.35.49:8178/tvi/simulation] accessible publicly? I think it's from your network and not publicly, if so, then you need to whitelist apigee IP at your backend to accept incoming request from apigee.