Skip to content

eventDispatcher function shall be updated for returning response-body on receiving 200 response-code #960

@IswaryaaS

Description

@IswaryaaS

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
}

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions