aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/data-formats/dmaap_son.json
blob: 7e4a9507057bc716bbfcdbe5796af47d9010c679 (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
{
	"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"
		}
	}
}