diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2020-04-27 12:10:35 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2020-04-27 12:18:40 +0100 |
commit | afa8f83e956647dff10134cc3575e8e8173061c9 (patch) | |
tree | 16ae1a7300afbbc8d95964739fb2e0547c300aff | |
parent | dd15e836428e90647d29c21be2d032cd8d7f5b9a (diff) |
Updating group update request json in PAP documentation
Issue-ID: POLICY-2515
Change-Id: I2861d81d58acbf88ecb8e7d2b51bb95c52ce20c5
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
-rw-r--r-- | docs/pap/request/groups-batch-pap-req.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/pap/request/groups-batch-pap-req.json b/docs/pap/request/groups-batch-pap-req.json index 2f909413..1a117f8f 100644 --- a/docs/pap/request/groups-batch-pap-req.json +++ b/docs/pap/request/groups-batch-pap-req.json @@ -2,7 +2,8 @@ "groups": [ { "name": "SampleGroup", - "pdpGroupState": "PASSIVE", + "pdpGroupState": "ACTIVE", + "properties": {}, "pdpSubgroups": [ { "pdpType": "apex", @@ -10,7 +11,7 @@ "properties": {}, "supportedPolicyTypes": [ { - "name": "onap.controllloop.operational.apex.bbs", + "name": "onap.policies.controlloop.operational.Apex", "version": "1.0.0" } ], @@ -31,4 +32,4 @@ ] } ] -} +}
\ No newline at end of file |