From 19a9d30db357ed9dbebb0f52dc95c14307ec3bb4 Mon Sep 17 00:00:00 2001 From: Gerard Hickey Date: Mon, 8 Apr 2019 11:31:44 +0000 Subject: Update PM Mapper documentation Change-Id: Ie81b8450fdd940827c07223575184696394af836 Issue-ID: DCAEGEN2-567 Signed-off-by: Gerard Hickey --- docs/sections/services/pm-mapper/configuration.rst | 88 +++++++++++----------- 1 file changed, 46 insertions(+), 42 deletions(-) (limited to 'docs/sections/services/pm-mapper/configuration.rst') diff --git a/docs/sections/services/pm-mapper/configuration.rst b/docs/sections/services/pm-mapper/configuration.rst index 88d2ccc5..3e1b6b4f 100644 --- a/docs/sections/services/pm-mapper/configuration.rst +++ b/docs/sections/services/pm-mapper/configuration.rst @@ -1,42 +1,46 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 - -Configuration -============= - -Filtering -""""""""" -PM mapper maps PM XML files to performance VES event by applying the mapper filtering information. Mapper filtering is configured during instantiation through cloudify manager. -Mapper filtering is based on the PM dictionary fields. -PM mapper expects the filter in the following JSON format: - -:: - - - "filters":[{ - "pmDefVsn": "1.3", - "nfType": "gnb", - "vendor": "Ericsson", - "measTypes": [ "attTCHSeizures", "succTCHSeizures" ] - }] - - - -==================== ============================ ================================ -Field Description Type -==================== ============================ ================================ -pmDefVsn PM Dictionary version. String -vendor Vendor of the xNF type. String -nfType nfType is vendor String - defined and should match the - string used in file ready - eventName. -measTypes Measurement name used in PM Array of String - file in 3GPP format where - specified, else vendor - defined. -==================== ============================ ================================ - -Feed Name -""""""""" -A default feed name "bulk_pm_feed" is configured in PM Mapper blueprint but the feed name can be changed to a user defined value through cloudify manager. \ No newline at end of file +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Configuration +============= + +Filtering +""""""""" +PM mapper maps PM XML files to performance VES event by applying the mapper filtering information. Mapper filtering is configured during instantiation through cloudify manager. +Mapper filtering is based on the PM dictionary fields. +PM mapper expects the filter in the following JSON format: + +:: + + + "filters":[{ + "pmDefVsn": "1.3", + "nfType": "gnb", + "vendor": "Ericsson", + "measTypes": [ "attTCHSeizures", "succTCHSeizures" ] + }] + + + +==================== ============================ ================================ +Field Description Type +==================== ============================ ================================ +pmDefVsn PM Dictionary version. String +vendor Vendor of the xNF type. String +nfType nfType is vendor String + defined and should match the + string used in file ready + eventName. +measTypes Measurement name used in PM Array of String + file in 3GPP format where + specified, else vendor + defined. +==================== ============================ ================================ + +Message Router Topic Name +""""""""" +PM Mapper publishes the perf3gpp VES PM Events to the following authenticated MR topic; + +:: + + topic.org.onap.dmaap.mr.PM_MAPPER -- cgit 1.2.3-korg