->pdp_type                   R       M        N/A        The PDP type of this PDP subgroup, currently xacml, drools, or
                                                          apex
 ->supported_policy_types     R       N/A      N/A        A list of the policy types supported by the PDPs in this PDP
-                                                         subgroup.  A trailing “.*” can be used to specify multiple 
-                                                         policy types; for example, “onap.policies.monitoring.*” 
-                                                         would match any policy type beginning with 
+                                                         subgroup.  A trailing “.*” can be used to specify multiple
+                                                         policy types; for example, “onap.policies.monitoring.*”
+                                                         would match any policy type beginning with
                                                          “onap.policies.monitoring.”
 ->policies                   R       M        N/A        The list of policies running on the PDPs in this PDP subgroup
 ->->(name)                   R       M        N/A        The name of a TOSCA policy running in this PDP subgroup
 
--- /dev/null
+{
+    "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
+        }
+    ]
+}
+
 
    "PDP update", "Outgoing", "Assigns a PDP to a PDP Group and Subgroup; also deploys or undeploys policies from the PDP"
    "PDP state change", "Outgoing", "Changes the state of a PDP or all PDPs within a PDP Group or Subgroup"
 
+In addition, PAP generates notifications via the DMaaP Message Router when policies are successfully or unsuccessfully
+deployed (or undeployed) from all relevant PDPs.
+
+Here is a sample notification:
+
+.. literalinclude:: notification/dmaap-pap-notif.json
+    :language: json
+
 
 2 PAP REST API Swagger
 ======================