aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/dmaap-bc/resources/topics/test_topic.json
blob: 6570ea53d7d2501822fcd67177841177f64c4b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "topicName": "dmaapbc-test-topic",
  "topicDescription": "test provisioning topic",
  "owner": "dmaapbc",
  "clients": [{
      "dcaeLocationName": "san-francisco",
      "clientRole": "org.onap.dmaap.mr.test.pub",
      "action": [
        "pub",
        "view"
      ]}
  ]
}