From f62375d636e2760e994c2566c12421ccf2734d94 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 4 Jun 2019 14:00:11 -0400 Subject: Add xacml PDP doc Add the XACML PDP documentation Issue-ID: POLICY-1679 Change-Id: I3f6078de35cae5402a3d0d901072fafb0f3129c8 Signed-off-by: Pamela Dragosh --- docs/xacml/decision.guard.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/xacml/decision.guard.json (limited to 'docs/xacml/decision.guard.json') diff --git a/docs/xacml/decision.guard.json b/docs/xacml/decision.guard.json new file mode 100644 index 00000000..ef1b5f65 --- /dev/null +++ b/docs/xacml/decision.guard.json @@ -0,0 +1,16 @@ +{ + "ONAPName": "Policy", + "ONAPComponent": "drools-pdp", + "ONAPInstance": "usecase-template", + "requestId": "unique-request-id-1", + "action": "guard", + "resource": { + "guard": { + "actor": "SO", + "recipe": "VF Module Create", + "clname": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3", + "target": "vLoadBalancer-00", + "vfCount": "1" + } + } +} -- cgit 1.2.3-korg