summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/message-router/resources/topics/PNF_REGISTRATION.json
blob: f0dd2c78290eb6ade4adad2bde132d8fd21e886f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "topicName": "PNF_REGISTRATION",
  "topicDescription": "the VES collector will be publishing pnfRegistration events in this topic",
  "owner": "VEScollector",
  "txenabled": false,
  "clients": [
    {
      "dcaeLocationName": "san-francisco",
      "clientRole": "org.onap.dmaap.mr.PNF_REGISTRATION.sub",
      "action": [
        "sub",
        "view"
      ]

    }
  ]
}