X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2FREADME.md;h=bbd6fcce4ea5b40ac48b948bfb7c8503b5f01395;hb=7d0bb60a0c1ad1f65c0e0a2b057e8663ef759ffd;hp=6077a4b61bbe35be83160cb1d08e41f168b235b1;hpb=d1b7bb42fe20c8c0131959f3e96668d8e6669d04;p=nonrtric.git diff --git a/policy-agent/README.md b/policy-agent/README.md index 6077a4b6..bbd6fcce 100644 --- a/policy-agent/README.md +++ b/policy-agent/README.md @@ -24,7 +24,32 @@ The REST API is published on port 8081 and it is started by command: mvn -Dtest=MockPolicyAgent test The backend server publishes live API documentation at the -URL `http://your-host-name-here:8080/swagger-ui.html` +URL `http://your-host-name-here:8081/swagger-ui.html` + +PolicyAgent uses A1-POLICY-AGENT-READ & A1-POLICY-AGENT-WRITE topic for subscribe & Publish to the DMaap. +Sample Request Message to DMaaP: +{ + "type": "request", + "target": "policy-agent", + "timestamp": "2019-05-14T11:44:51.36Z", + "operation": "GET", + "correlationId": "c09ac7d1-de62-0016-2000-e63701125557-201", + "apiVersion": "1.0", + "originatorId": "849e6c6b420", + "requestId": "23343221", + "url": "/policies?type=type1&ric=ric1&service=service1" +} + +Sample Response Message to DMaaP: +{ + "type": "response", + "timestamp": "2019-05-14T11:44:51.36Z", + "correlationId": "c09ac7d1-de62-0016-2000-e63701125557-201", + "originatorId": "849e6c6b420", + "requestId": "23343221", + "status": "200 OK", + "message": [] +} ## License