Question
Fault Tolerent URL in Connect REST Rule
Hi All,
From Pega Application I call an API using Connect REST. I need to know how to make connect REST Fault Tolerent. for connect JMS I give Server values in comma seperated values in jndi server profile which triggers request based on server availability. I like to know if its OOTB function for Connect REST as well?
If I give Server A, Server B in provider url path in Connect REST rule then if server A is down, will the call be made to Server B?
I'm currently testing in my POC envrionment to check but want to know if that feature is available or not.
Thanks,
Mak
Hi,
As per my understanding there isn't any such OOTB, but you can check .pyStatusValue of Connect-REST to invoke the other url if first activity step of Connect-REST fails.