From 3c711d14e242c18a9d58215224fd40374f7018e6 Mon Sep 17 00:00:00 2001 From: Saryu Shah Date: Wed, 4 Dec 2019 23:17:41 +0000 Subject: Document PAP policy notifications Document PAP policy notifications Issue-ID: POLICY-2270 Signed-off-by: Saryu Shah Change-Id: Ia2106165c3fa30951c36d1050e4db07835458589 --- docs/pap/notification/dmaap-pap-notif.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/pap/notification/dmaap-pap-notif.json (limited to 'docs/pap/notification') diff --git a/docs/pap/notification/dmaap-pap-notif.json b/docs/pap/notification/dmaap-pap-notif.json new file mode 100644 index 00000000..bfe9162b --- /dev/null +++ b/docs/pap/notification/dmaap-pap-notif.json @@ -0,0 +1,23 @@ +{ + "deployed-policies": [ + { + "policy-type": "onap.policies.monitoring.cdap.tca.hi.lo.app", + "policy-type-version": "1.0.0", + "policy-id": "onap.scaleout.tca", + "policy-version": "2.0.0", + "success-count": 3, + "failure-count": 0 + } + ], + "undeployed-policies": [ + { + "policy-type": "onap.policies.firewall", + "policy-type-version": "1.0.0", + "policy-id": "onap.firewall.tca", + "policy-version": "6.0.0", + "success-count": 3, + "failure-count": 0 + } + ] +} + -- cgit 1.2.3-korg