...
Simple command to test DMAAP pub/sub. Message body can be any valid JSON file. You may need to post a couple times to register the topic.
Code Block | ||
---|---|---|
| ||
root@oom-rancher:~/oom/kubernetes# curl -X POST -H 'Content-Type: application/json' -d @/tmp/sdc-controllers-config.json http://10.12.6.110:30227/events/unauthenticated.VES_MEASUREMENT_OUTPUT { "serverTimeMs": 0, "count": 1 } root@oom-rancher:~/oom/kubernetes# curl http://10.12.6.110:30227/events/unauthenticated.VES_MEASUREMENT_OUTPUT/group1/C1?timeout=50000 |
...