Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeMidnight
titleload data
cd /nonrtric/docker-compose/data

./dmaap-msg.sh [dmaap-mr-port] [a1-sim-OSC-port] [a1-sim-STD-port] [http/https]

...

http://localhost:[control-panel-port]/


Manual test


Code Block
languagebash
titlesend messages to dmaap-mr
cd nonrtric/docker-compose/data
curl -X POST "http://localhost:3904/events/A1-POLICY-AGENT-READ/" -H "accept: application/json" -H "Content-Type: application/json" --data-inary @testdata/dmaap-msg-policy-get.json



Code Block
languagebash
titlepull messages from dmaap-mr
curl -X GET "http://localhost:3904/events/A1-POLICY-AGENT-WRITE/users/policy-agent?timeout=15000&limit=100" -H "accept: application/json" -H "Content-Type: application/json"