summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2020-11-20 13:34:46 +0000
committeregernug <gerard.nugent@est.tech>2020-11-20 13:34:46 +0000
commit40a77fc7f51904be069800233ca053e7e1b2b728 (patch)
tree1307ac4f9a4961b7b30ab35d50edcd4dfd3699e9
parent769b242d05745d08e1a583da56f4b25946a6039d (diff)
[PMSH] Amend documentation to include Resource name in filter
Issue-ID: DCAEGEN2-2524 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I1935ad7bf96f9e3f87a4fc7135abf2a2f0ea57e6
-rw-r--r--docs/sections/services/pm-subscription-handler/configuration.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/sections/services/pm-subscription-handler/configuration.rst b/docs/sections/services/pm-subscription-handler/configuration.rst
index 598d948c..7b8b7211 100644
--- a/docs/sections/services/pm-subscription-handler/configuration.rst
+++ b/docs/sections/services/pm-subscription-handler/configuration.rst
@@ -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**