[PMSH] Amend documentation to include Resource name in filter 75/115275/1
authoregernug <gerard.nugent@est.tech>
Fri, 20 Nov 2020 13:34:46 +0000 (13:34 +0000)
committeregernug <gerard.nugent@est.tech>
Fri, 20 Nov 2020 13:34:46 +0000 (13:34 +0000)
Issue-ID: DCAEGEN2-2524

Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: I1935ad7bf96f9e3f87a4fc7135abf2a2f0ea57e6

docs/sections/services/pm-subscription-handler/configuration.rst

index 598d948..7b8b721 100644 (file)
@@ -79,7 +79,10 @@ The subscription is configured within the monitoring policy. The subscription mo
              ],
              "modelVersionIDs":[
                 "e80a6ae3-cafd-4d24-850d-e14c084a5ca9"
-             ]
+             ],
+            "modelNames": [
+                "pnf102"
+            ]
           },
           "measurementGroups":[
              {
@@ -131,8 +134,8 @@ The subscription is configured within the monitoring policy. The subscription mo
 
 **nfFilter**
 
-The ``nfFilter`` will be used in order to filter the list of NF's retrieved from A&AI. There are three criteria that
-can be filtered on, nfNames, modelInvariantIDs and/or modelVersionIDs.  All 3 of these are optional fields but at
+The ``nfFilter`` will be used in order to filter the list of NF's retrieved from A&AI. There are four criteria that
+can be filtered on, nfNames, modelInvariantIDs, modelVersionIDs and/or modelNames.  All 4 of these are optional fields but at
 least 1 must be present for the filter to work.
 
 .. code-block:: json
@@ -148,6 +151,9 @@ least 1 must be present for the filter to work.
         ],
         "modelVersionIDs": [
            "e80a6ae3-cafd-4d24-850d-e14c084a5ca9"
+        ],
+        "modelNames": [
+            "pnf102"
         ]
     }
 
@@ -160,6 +166,8 @@ least 1 must be present for the filter to work.
 +------------------------+-----------------------------------------------------------------------------------------------+------+----------+
 | modelVersionIDs        | List of modelVersionIDs. These IDs will be checked for exact matches with AAI entities.       | list | False    |
 +------------------------+-----------------------------------------------------------------------------------------------+------+----------+
+| modelNames             | List of modelNames. These names will be checked for exact matches with AAI entities.          | list | False    |
++------------------------+-----------------------------------------------------------------------------------------------+------+----------+
 
 **measurementGroup**