diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-12-05 20:29:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-05 20:29:10 +0000 |
commit | af750ec94b742808e724b628d1b18a98c95de2fb (patch) | |
tree | 32f507b8726ed40f7fb0f9ef462e94b4127b3799 /docs/pap/pap.rst | |
parent | 0278ad6b5bd93531493596d6d671293a5112bf3c (diff) | |
parent | 3c711d14e242c18a9d58215224fd40374f7018e6 (diff) |
Merge "Document PAP policy notifications"
Diffstat (limited to 'docs/pap/pap.rst')
-rw-r--r-- | docs/pap/pap.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/pap/pap.rst b/docs/pap/pap.rst index 97bcb825..d061c815 100644 --- a/docs/pap/pap.rst +++ b/docs/pap/pap.rst @@ -81,6 +81,14 @@ in the following table are transmitted via DMaaP: "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 ====================== |