summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/src/test/resources/kpi/kpi_config_ratio.json
blob: 3f6828a948db3e984c6178b785cd2eabdead8343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "domain": "measurementsForKpi",
    "methodForKpi": [{
            "eventName": "perf3gpp_AcmeNode-Acme_pmMeasResult",
            "controlLoopSchemaType": "SLICE",
            "policyScope": "resource=networkSlice;type=configuration",
            "policyName": "configuration.dcae.microservice.pm-mapper.xml",
            "policyVersion": "v0.0.1",
            "kpis": [{
                    "measType": "RatioUpstreamDownstream",
                    "operation": "RATIO",
                    "operands": ["GTP.InDataOctN3UPF","GTP.OutDataOctN3UPF"]
                }
            ]
        }
    ]
}