aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/data-formats/dmaap_son.json
blob: af5fc83709b8cbbee4a0f3558a20e9793faf33ff (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
	"nbr_list_change_topic": {
		"type": "message_router",
		"aaf_username": "",
		"aaf_password": "",
		"dmaap_info": {
			"client_role": "son-subscriber",
			"client_id": "sdnr-son-1",
			"location": "onap",
			"topic_url": "https://HOSTNAME:3905/events/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO"
		}
	},
	"fault_management_topic": {
		"type": "message_router",
		"aaf_username": "",
		"aaf_password": "",
		"dmaap_info": {
			"client_role": "son-subscriber",
			"client_id": "sdnr-son-1",
			"location": "onap",
			"topic_url": "https://HOSTNAME:3905/events/unauthenticated.SEC_FAULT_OUTPUT"
		}
	},
	"performance_management_topic": {
		"type": "message_router",
		"aaf_username": "",
		"aaf_password": "",
		"dmaap_info": {
			"client_role": "son-subscriber",
			"client_id": "sdnr-son-1",
			"location": "onap",
			"topic_url": "https://HOSTNAME:3905/events/unauthenticated.SEC_MEASUREMENT_OUTPUT"
		}
	},
	"CL_topic": {
		"type": "message_router",
		"aaf_username": "",
		"aaf_password": "",
		"dmaap_info": {
			"client_role": "policy-publisher",
			"client_id": "policy-son-1",
			"location": "onap",
			"topic_url": "https://HOSTNAME:3905/events/DCAE_CL_OUTPUT"
		}
	},
        "CL_RSP_topic": {
                "type": "message_router",
                "aaf_username": "",
                "aaf_password": "",
                "dmaap_info": {
                        "client_role": "son-subscriber",
                        "client_id": "policy-son-1",
                        "location": "onap",
                        "topic_url": "https://HOSTNAME:3905/events/DCAE_CL_RSP"
                }
        }
}