aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-pcvs/src/main/resources/examples/config/pcvs/vpnsla/stdin2stdout.json
blob: bbffde86eb943fce5d2ee832777ad80b229f2420 (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
47
48
49
50
{
    "engineServiceParameters":{
        "name"          : "VpnSlaApexEngine",
        "version"        : "1.0.0",
        "id"             :  45,
        "instanceCount"  : 1,
        "deploymentPort" : 12345,
        "engineParameters"    : {
            "executorParameters" : {
                "JAVASCRIPT" : {
                    "parameterClassName" : "org.onap.policy.apex.plugins.executor.javascript.JavascriptExecutorParameters"
                }
            },
            "contextParameters":{
                "parameterClassName" : "org.onap.policy.apex.context.parameters.ContextParameters",
                "schemaParameters":{
                    "Avro":{
                        "parameterClassName" : "org.onap.policy.apex.plugins.context.schema.avro.AvroSchemaHelperParameters"
                    }
                }
            }
        }
    },
    "eventOutputParameters": {
        "FirstProducer": {
            "carrierTechnologyParameters" : {
                "carrierTechnology" : "FILE",
                "parameters" : {
                    "standardIo" : true
                }
            },
            "eventProtocolParameters" : {
                "eventProtocol" : "JSON"
            }
        }
    },
    "eventInputParameters": {
        "FirstConsumer": {
            "carrierTechnologyParameters" : {
                "carrierTechnology" : "FILE",
                "parameters" : {
                    "standardIo" : true
                }
            },
            "eventProtocolParameters" : {
                "eventProtocol" : "JSON"
            }
        }
    }
}