aboutsummaryrefslogtreecommitdiffstats
path: root/docs/apex
diff options
context:
space:
mode:
authorSaryu Shah <ss3917@att.com>2019-11-25 18:08:00 +0000
committerSaryu Shah <ss3917@att.com>2019-11-25 18:08:00 +0000
commit1c3ea0bbc61f8dfb86a971fdbc7a4eb728c1717b (patch)
tree131fcfa4b013539c1cc46ebb1e7ff82d52e3d735 /docs/apex
parente0892b981a2e6c4ef0a9d72bc10a62fa472cea58 (diff)
Documentation - wild card suffixes for PDP supported policy types
Updated documentation to include wilcard suffixes for PDP supported policy types Issue-ID: POLICY-2247 Signed-off-by: Saryu Shah <ss3917@att.com> Change-Id: Ibbd030d569616b1e7a5b3f1ca0deb3ecf642aea3
Diffstat (limited to 'docs/apex')
-rw-r--r--docs/apex/APEX-OnapPf-Guide.rst88
1 files changed, 46 insertions, 42 deletions
diff --git a/docs/apex/APEX-OnapPf-Guide.rst b/docs/apex/APEX-OnapPf-Guide.rst
index 24291859..5e75f325 100644
--- a/docs/apex/APEX-OnapPf-Guide.rst
+++ b/docs/apex/APEX-OnapPf-Guide.rst
@@ -369,45 +369,49 @@ Format of the configuration file (OnapPfConfig.json) explained
.. container:: colist arabic
- +-----------------------------------+-----------------------------------+
- | **1** | parameters for setting up the |
- | | rest server such as host, port |
- | | userName and password. |
- +-----------------------------------+-----------------------------------+
- | **2** | https flag if enabled will enable |
- | | https support by the rest server. |
- +-----------------------------------+-----------------------------------+
- | **3** | time interval in which PDP-A |
- | | has to send heartbeats to PAP. |
- | | Specified in milliseconds. |
- +-----------------------------------+-----------------------------------+
- | **4** | Type of the pdp. |
- +-----------------------------------+-----------------------------------+
- | **5** | List of policy types supported by |
- | | the PDP. |
- +-----------------------------------+-----------------------------------+
- | **6** | List of topics' details from |
- | | which messages are received. |
- +-----------------------------------+-----------------------------------+
- | **7** | Topic name of the source to which |
- | | PDP-A listens to for messages |
- | | from PAP. |
- +-----------------------------------+-----------------------------------+
- | **8** | List of servers for the source |
- | | topic. |
- +-----------------------------------+-----------------------------------+
- | **9** | The source topic infrastructure. |
- | | For e.g. dmaap, noop, ueb |
- +-----------------------------------+-----------------------------------+
- | **10** | List of topics' details to which |
- | | messages are sent. |
- +-----------------------------------+-----------------------------------+
- | **11** | Topic name of the sink to which |
- | | PDP-A sends messages. |
- +-----------------------------------+-----------------------------------+
- | **12** | List of servers for the sink |
- | | topic. |
- +-----------------------------------+-----------------------------------+
- | **13** | The sink topic infrastructure. |
- | | For e.g. dmaap, noop, ueb |
- +-----------------------------------+-----------------------------------+
+ +-----------------------------------+-------------------------------------------------+
+ | **1** | parameters for setting up the |
+ | | rest server such as host, port |
+ | | userName and password. |
+ +-----------------------------------+-------------------------------------------------+
+ | **2** | https flag if enabled will enable |
+ | | https support by the rest server. |
+ +-----------------------------------+-------------------------------------------------+
+ | **3** | time interval in which PDP-A |
+ | | has to send heartbeats to PAP. |
+ | | Specified in milliseconds. |
+ +-----------------------------------+-------------------------------------------------+
+ | **4** | Type of the pdp. |
+ +-----------------------------------+-------------------------------------------------+
+ | **5** | List of policy types supported by |
+ | | the PDP. A trailing “.*” can be used to |
+ | | specify multiple policy types; for example, |
+ | | “onap.policies.controlloop.operational.apex.*” |
+ | | would match any policy type beginning with |
+ | | “onap.policies.controlloop.operational.apex.” |
+ +-----------------------------------+-------------------------------------------------+
+ | **6** | List of topics' details from |
+ | | which messages are received. |
+ +-----------------------------------+-------------------------------------------------+
+ | **7** | Topic name of the source to which |
+ | | PDP-A listens to for messages |
+ | | from PAP. |
+ +-----------------------------------+-------------------------------------------------+
+ | **8** | List of servers for the source |
+ | | topic. |
+ +-----------------------------------+-------------------------------------------------+
+ | **9** | The source topic infrastructure. |
+ | | For e.g. dmaap, noop, ueb |
+ +-----------------------------------+-------------------------------------------------+
+ | **10** | List of topics' details to which |
+ | | messages are sent. |
+ +-----------------------------------+-------------------------------------------------+
+ | **11** | Topic name of the sink to which |
+ | | PDP-A sends messages. |
+ +-----------------------------------+-------------------------------------------------+
+ | **12** | List of servers for the sink |
+ | | topic. |
+ +-----------------------------------+-------------------------------------------------+
+ | **13** | The sink topic infrastructure. |
+ | | For e.g. dmaap, noop, ueb |
+ +-----------------------------------+-------------------------------------------------+