Documentation - added offeredapis.rst in parent 54/94654/3
authorSaryu Shah <ss3917@att.com>
Fri, 30 Aug 2019 04:13:06 +0000 (04:13 +0000)
committerSaryu Shah <ss3917@att.com>
Fri, 30 Aug 2019 21:41:07 +0000 (21:41 +0000)
Added links for the API including legacy.  This will be linked in the master API reference page.

Issue-ID: POLICY-1984

Signed-off-by: Saryu Shah <ss3917@att.com>
Change-Id: Ibab75f6c2077539ca16845053ded880ff05b8dd4

docs/offeredapis.rst [new file with mode: 0644]
docs/xacml/xacml.rst

diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst
new file mode 100644 (file)
index 0000000..4e09416
--- /dev/null
@@ -0,0 +1,16 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+Offered APIs
+============
+
+The Policy Framework supports the public APIs listed in the links below:
+
+-    :ref:`Policy Life Cycle API <api-label>` 
+-    :ref:`Policy Administration Point (PAP) <pap-label>`.  
+-    :ref:`Decision API <decision-api-label>`.
+-    :ref:`Legacy APIs <legacyapis-label>`  (To be DEPRECATED)
+
+.. warning:: The :ref:`Legacy APIs  <legacyapis-label>` are scheduled to be deprecated after the Frankfurt release!
+
index 7187351..7c67723 100644 (file)
@@ -100,6 +100,8 @@ The following tutorial can be helpful to get started: :ref:`xacmltutorial-label`
 
 Once your application is developed and the ONAP XACML PDP Engine can find your application via setting the classpath appropriately, then use the :ref:`PAP REST API <pap-label>` to ensure the ONAP XACML PDP is registering your custom Policy Type with the PAP. Once successful, then you should be able to start deploying the created policies to the XACML PDP Engine.
 
+.. _decision-api-label:
+
 Decision API
 ************
 The Decision API is used by ONAP components that enforce policies and need a decision on which policy to enforce for a specific situation. The Decision API mimics closely the XACML request standard in that it supports a subject, action and resource.