summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json
blob: 7ae77cd8a8ffe573eecc7c97629d899f1313e4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "topicName": "mirrormakeragent",
  "topicDescription": "the topic used to provision the MM agent whitelist",
 "replicationCase": "REPLICATION_NONE",
  "owner": "dmaap",
  "txenabled": false,
  "partitionCount": "1",
  "clients": [
    {
      "dcaeLocationName": "san-francisco",
      "clientIdentity": "dmaap-bc-mm-prov@dmaap-bc-mm-prov.onap.org",
      "action": [
        "pub", 
        "sub",
		"view"
      ]
 
    },
	{
      "dcaeLocationName": "san-francisco",
      "clientIdentity": "dmaap-bc-topic-mgr@dmaap-bc-topic-mgr.onap.org",
      "action": [
        "pub", 
        "sub",
		"view"
      ]
 
    },
	{
      "dcaeLocationName": "san-francisco",
      "clientIdentity": "demo@people.osaaf.org",
      "action": [
        "pub", 
        "sub",
		"view"
      ]
 
    }
	
  ]
}