Below is the incoming request to datapower. Its a Json file and based package ID, we need to route to different backend URL.
Json File:
{
"": "com.silanis.esl.packages.event.ESLProcessEvent",
"name": "PACKAGE_COMPLETE",
"sessionUser": "0787be84-f095-44c7-ba00-787093df86fc",
"packageId": "U_KHiRfOXgKK0gpVWwwpFOSNy6o34=",
"message": null,
"documentId": null,
"createdDate":"2018-01-29T17:00:59.449Z"
}
If packageId starts with "S", then route to some backed and If packageId starts with "U", then route data to some other backend
#DataPower#Support#SupportMigration