Remove legacy operational policy type from apex-pdp
[policy/apex-pdp.git] / services / services-onappf / src / test / resources / ApexStarterConfigParametersNoop.json
1 {
2     "name":"ApexStarterParameterGroup",
3     "restServerParameters": {
4         "host": "localhost",
5         "port": 6969,
6         "userName": "healthcheck",
7         "password": "zb!XztG34",
8         "https": true
9     },
10     "pdpStatusParameters":{
11         "pdpGroup": "defaultGroup",
12         "timeIntervalMs": 120000,
13         "pdpType":"apex",
14         "description":"Pdp Heartbeat",
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         ]
25     },
26     "topicParameterGroup": {
27         "topicSources" : [ {
28             "topic" : "my-topic",
29             "servers" : [ "my-server" ],
30             "topicCommInfrastructure" : "noop"
31         }],
32         "topicSinks" : [ {
33             "topic" : "my-topic",
34             "servers" : [ "my-server" ],
35             "topicCommInfrastructure" : "noop"
36         }]
37     }
38 }