blob: 033e75d0d6ac280d5bd2b330ab6bac5625439816 [file] [log] [blame]
a.sreekumar00ee73f2019-04-16 09:40:48 +00001{
2 "name":"ApexStarterParameterGroup",
3 "restServerParameters": {
4 "host": "0.0.0.0",
5 "port": 6969,
6 "userName": "healthcheck",
7 "password": "zb!XztG34",
8 "https": true
9 },
10 "pdpStatusParameters":{
a.sreekumar7f011472019-11-19 17:00:59 +000011 "pdpGroup": "defaultGroup",
a.sreekumar00ee73f2019-04-16 09:40:48 +000012 "timeIntervalMs": 120000,
13 "pdpType":"apex",
a.sreekumar037e4212019-06-28 11:36:58 +000014 "description":"Pdp Heartbeat",
Ram Krishna Vermaa338a102020-10-05 17:10:08 -040015 "supportedPolicyTypes": [
16 {
17 "name": "onap.policies.controlloop.operational.common.Apex",
18 "version": "1.0.0"
19 },
20 {
21 "name": "onap.policies.native.Apex",
22 "version": "1.0.0"
23 }
24 ]
a.sreekumar037e4212019-06-28 11:36:58 +000025 },
26 "topicParameterGroup": {
27 "topicSources" : [ {
28 "topic" : "ueb-source",
29 "servers" : [ "my-server" ],
30 "topicCommInfrastructure" : "ueb"
31 },{
32 "topic" : "POLICY-PDP-PAP1",
33 "servers" : [ "message-router1, message-router2" ],
34 "topicCommInfrastructure" : "dmaap"
35 },{
36 "topic" : "POLICY-PDP-PAP2",
37 "servers" : [ "message-router2, message-router3" ],
38 "topicCommInfrastructure" : "dmaap"
39 }],
40 "topicSinks" : [ {
41 "topic" : "ueb-sink",
42 "servers" : [ "my-server" ],
43 "topicCommInfrastructure" : "ueb"
44 },{
45 "topic" : "POLICY-PDP-PAP2",
46 "servers" : [ "message-router1, message-router2" ],
47 "topicCommInfrastructure" : "dmaap"
48 },{
49 "topic" : "POLICY-PDP-PAP3",
50 "servers" : [ "message-router2, message-router3" ],
51 "topicCommInfrastructure" : "dmaap"
52 }]
a.sreekumar00ee73f2019-04-16 09:40:48 +000053 }
54}