summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/message-router/resources/topics/PNF_READY.json
blob: 8f4cf8bd646b23be34318234ee0a1d9f6894eeff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "topicName": "PNF_READY",
  "topicDescription": "This topic will be used to publish the PNF_READY events generated by the PNF REgistration Handler service in the DCAE platform.",
  "owner": "PNFRegistrationHandler",
  "txenabled": false,
  "clients": [
    {
      "dcaeLocationName": "san-francisco",
      "clientRole": "org.onap.dmaap.mr.PNF_READY.pub",
      "action": [
        "pub",
        "view"
      ]

    }
  ]
}