2

I'm trying to process a bunch of payloads (requests) with API Manager testing in postman am getting only one response payload and other payloads am getting fault message like,"Currently Address endpoint : [ Name : **********API--v1.0.0_APIproductionEndpoint State : SUSPENDED ]".

I am struck with this issue could you please how one of them look give me the answer and I need a way to test the bunch of payloads at a time without timeout exception and Address endpoint suspend error.

Community
  • 1
  • 1

1 Answers1

0

The backend endpoints are suspended when they can't be reached for some reason. You should look at the log to see what the exact reason is. You need to look for the error logs printed before suspension logs.

And if you want to disable suspension at all, you can follow this doc.

https://docs.wso2.com/display/AM260/Prevent+API+Suspension

Bee
  • 12,251
  • 11
  • 46
  • 73