diff options
author | Jim Hahn <jrh3@att.com> | 2019-12-11 16:25:56 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-12-12 15:52:44 -0500 |
commit | 5eeeeddd1833e67ad9c285032abc3fb3bbde0b2d (patch) | |
tree | ddc62503e727bec5ca17cb0613ae57ba298a56f4 /docs/pap/request/groups-batch-pap-req.json | |
parent | 21317cfb4a10da6f59376dabb59fc2dd7b60b897 (diff) |
Document new PAP REST APIs
Includes the Pdp Group create/update API and the Deployment API.
Issue-ID: POLICY-2281
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: Ifde0491b029eb377c4f3083c784663df968b9d1b
Diffstat (limited to 'docs/pap/request/groups-batch-pap-req.json')
-rw-r--r-- | docs/pap/request/groups-batch-pap-req.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/pap/request/groups-batch-pap-req.json b/docs/pap/request/groups-batch-pap-req.json new file mode 100644 index 00000000..2f909413 --- /dev/null +++ b/docs/pap/request/groups-batch-pap-req.json @@ -0,0 +1,34 @@ +{ + "groups": [ + { + "name": "SampleGroup", + "pdpGroupState": "PASSIVE", + "pdpSubgroups": [ + { + "pdpType": "apex", + "desiredInstanceCount": 2, + "properties": {}, + "supportedPolicyTypes": [ + { + "name": "onap.controllloop.operational.apex.bbs", + "version": "1.0.0" + } + ], + "policies": [] + }, + { + "pdpType": "xacml", + "desiredInstanceCount": 1, + "properties": {}, + "supportedPolicyTypes": [ + { + "name": "onap.policies.monitoring.cdap.tca.hi.lo.app", + "version": "1.0.0" + } + ], + "policies": [] + } + ] + } + ] +} |