Adding examples module to apex-pdp
[policy/apex-pdp.git] / examples / pcvs / src / test / resources / org / onap / policy / apex / examples / pcvs / vpnsla / config / stdin2stdout.json
1 {
2     "engineServiceParameters":{
3         "name"          : "VpnSlaApexEngine",
4         "version"        : "1.0.0",
5         "id"             :  45,
6         "instanceCount"  : 1,
7         "deploymentPort" : 12345,
8         "policyModelFileName" : "target/policy.json",
9         "engineParameters"    : {
10             "executorParameters" : {
11                 "JAVASCRIPT" : {
12                     "parameterClassName" : "org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters"
13                 }
14             },
15             "contextParameters":{
16                 "parameterClassName" : "org.onap.policy.apex.context.parameters.ContextParameters",
17                 "schemaParameters":{
18                     "Avro":{
19                         "parameterClassName" : "org.onap.policy.apex.plugins.context.schema.avro.AvroSchemaHelperParameters"
20                     }
21                 }
22             }
23         }
24     },
25     "eventOutputParameters": {
26         "FirstProducer": {
27             "carrierTechnologyParameters" : {
28                 "carrierTechnology" : "FILE",
29                 "parameters" : {
30                     "standardIO" : true
31                 }
32             },
33             "eventProtocolParameters" : {
34                 "eventProtocol" : "JSON"
35             }
36         }
37     },
38     "eventInputParameters": {
39         "FirstConsumer": {
40             "carrierTechnologyParameters" : {
41                 "carrierTechnology" : "FILE",
42                 "parameters" : {
43                     "standardIO" : true
44                 }
45             },
46             "eventProtocolParameters" : {
47                 "eventProtocol" : "JSON"
48             }
49         }
50     }
51 }