summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/pm-subscription-handler/resources
diff options
context:
space:
mode:
authorajay_dp001 <ajay.deep.singh@est.tech>2021-09-14 15:10:31 +0530
committerAjay Deep Singh <ajay.deep.singh@est.tech>2021-10-08 12:00:07 +0000
commitfe4fdbe4a0ef00ae5ac190706dacdb6d67ea5004 (patch)
treeeddc3015f41d01ee2dbae79558b92eb379a8148b /docs/sections/services/pm-subscription-handler/resources
parenta2040ba29cbb7a7d7ba51e95e333696d4b9ea427 (diff)
[DCAEGEN2] PMSH Policy impact doc updates.
- Subscription model schema updated. - Create subscription event sent by PMSH to Policy updated - Response event received by PMSH after successful/failure creation of subscription updated. Issue-ID: DCAEGEN2-2888 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Ib21b62a1da05b09b232cccc920d5f69904c64269
Diffstat (limited to 'docs/sections/services/pm-subscription-handler/resources')
-rw-r--r--docs/sections/services/pm-subscription-handler/resources/monitoring-policy.json18
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/sections/services/pm-subscription-handler/resources/monitoring-policy.json b/docs/sections/services/pm-subscription-handler/resources/monitoring-policy.json
index 6b8570e3..f142f8b4 100644
--- a/docs/sections/services/pm-subscription-handler/resources/monitoring-policy.json
+++ b/docs/sections/services/pm-subscription-handler/resources/monitoring-policy.json
@@ -1,9 +1,8 @@
{
"subscription":{
- "subscriptionName":"subscriptiona",
- "administrativeState":"UNLOCKED",
- "fileBasedGP":15,
- "fileLocation":"/pm/pm.xml",
+ "subscriptionName":"subscription-name",
+ "operationalPolicyName":"operational-policy-name",
+ "controlLoopName":"controlLoop-name",
"nfFilter":{
"nfNames":[
"^pnf1.*"
@@ -14,11 +13,18 @@
],
"modelVersionIDs":[
"e80a6ae3-cafd-4d24-850d-e14c084a5ca9"
+ ],
+ "modelNames":[
+ "pnf102"
]
},
"measurementGroups":[
{
"measurementGroup":{
+ "measurementGroupName":"msgroupnamea",
+ "administrativeState":"UNLOCKED",
+ "fileBasedGP":15,
+ "fileLocation":"/pm/pma.xml",
"measurementTypes":[
{
"measurementType":"countera"
@@ -39,6 +45,10 @@
},
{
"measurementGroup":{
+ "measurementGroupName":"msgroupnameb",
+ "administrativeState":"UNLOCKED",
+ "fileBasedGP":15,
+ "fileLocation":"/pm/pmb.xml",
"measurementTypes":[
{
"measurementType":"counterc"