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