Versions Compared

Key

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

...

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-inarybinary @testdata/dmaap-msg-policy-get.json

...