In ApplicationPattern package, "onf-core-model-ap/applicationPattern/rest/client/eventDispatcher", the function dispatchEvent shall be updated in such a way that it would return not only the response status (as true or false), but also the response-body incase of 200 response-code
example:
response = {
"response-code": responseCode,
"response-data": responseBody
}
In ApplicationPattern package, "onf-core-model-ap/applicationPattern/rest/client/eventDispatcher", the function dispatchEvent shall be updated in such a way that it would return not only the response status (as true or false), but also the response-body incase of 200 response-code
example:
response = {
"response-code": responseCode,
"response-data": responseBody
}