summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/src/test/resources/kpi/kpi_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/kpi-computation-ms/src/test/resources/kpi/kpi_config.json')
-rw-r--r--components/kpi-computation-ms/src/test/resources/kpi/kpi_config.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/components/kpi-computation-ms/src/test/resources/kpi/kpi_config.json b/components/kpi-computation-ms/src/test/resources/kpi/kpi_config.json
new file mode 100644
index 00000000..64e426cf
--- /dev/null
+++ b/components/kpi-computation-ms/src/test/resources/kpi/kpi_config.json
@@ -0,0 +1,35 @@
+{
+ "domain": "measurementsForKpi",
+ "methodForKpi": [{
+ "eventName": "perf3gpp_CORE_AMF_pmMeasResult",
+ "controlLoopSchemaType": "SLICE",
+ "policyScope": "resource=networkSlice;type=configuration",
+ "policyName": "configuration.dcae.microservice.pm-mapper.xml",
+ "policyVersion": "v0.0.1",
+ "kpis": [{
+ "measType": "AMFRegNbr",
+ "operation": "SUM",
+ "operands": "RM.RegisteredSubNbrMean"
+ }]
+ },
+ {
+ "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": "UpstreamThr",
+ "operation": "SUM",
+ "operands": "GTP.InDataOctN3UPF"
+
+ },
+ {
+ "measType": "DownstreamThr",
+ "operation": "SUM",
+ "operands": "GTP.OutDataOctN3UPF"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file