X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=f773ff08cde7ce15f4b280a77bf41a04f9b1ebc5;hb=d16cf7f33f3cb0a104ca91a5e5db59d3ad81bb21;hp=d660df91380bd8c6cd7096898e3714fbd1e07dd3;hpb=c540d53455cc236b4c667d267221fe03fdcbee0e;p=nonrtric%2Fplt%2Fa1policymanagementservice.git diff --git a/README.md b/README.md index d660df9..f773ff0 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,6 @@ To Run Policy Agent in Local: In the folder /opt/app/policy-agent/config/, create a soft link with below command, ln -s application_configuration.json -To Run Policy Agent in Local with the DMaaP polling turned on: -In the folder /opt/app/policy-agent/config/, create a soft link with below command, -ln -s application_configuration.json - The agent can be run stand alone in a simulated test mode. Then it simulates RICs. The REST API is published on port 8081 and it is started by command: mvn -Dtest=MockPolicyAgent test @@ -52,31 +48,6 @@ mvn -Dtest=MockPolicyAgent test The backend server publishes live API documentation at the 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 Copyright (C) 2019 Nordix Foundation. All rights reserved.