a.sreekumar | 00ee73f | 2019-04-16 09:40:48 +0000 | [diff] [blame] | 1 | { |
| 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.sreekumar | 7f01147 | 2019-11-19 17:00:59 +0000 | [diff] [blame] | 11 | "pdpGroup": "defaultGroup", |
a.sreekumar | 00ee73f | 2019-04-16 09:40:48 +0000 | [diff] [blame] | 12 | "timeIntervalMs": 120000, |
| 13 | "pdpType":"apex", |
a.sreekumar | 037e421 | 2019-06-28 11:36:58 +0000 | [diff] [blame] | 14 | "description":"Pdp Heartbeat", |
Ram Krishna Verma | a338a10 | 2020-10-05 17:10:08 -0400 | [diff] [blame] | 15 | "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.sreekumar | 037e421 | 2019-06-28 11:36:58 +0000 | [diff] [blame] | 25 | }, |
| 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.sreekumar | 00ee73f | 2019-04-16 09:40:48 +0000 | [diff] [blame] | 53 | } |
| 54 | } |