This page describes the changes that will be made to REST API's exposed by PAP (Policy Administration Component) in Honolulu release of ONAP.
...
- Deployment Update - https://docs.onap.org/projects/onap-policy-parent/en/latest/pap/pap.html#Deployments%20Update
- Deploy Policy - https://docs.onap.org/projects/onap-policy-parent/en/latest/pap/pap.html#Deploy%20Policy
- Undeploy Policy - https://docs.onap.org/projects/onap-policy-parent/en/latest/pap/pap.html#Undeploy%20Policy
Change Add the following API's to return the actual deployment or undeployment status:
- Policy Deployment Status - https://docs.onap.org/projects/onap-policy-parent/en/latest/pap/pap.html#Policy%20Deployment%20Status
...
- Swagger file for the new API's - deployed-policy-status
...
POLICY-2896 : Improve consolidated health check to include dependencies
Improve the consolidated health check API in PAP to also include the health check of dependencies - PolicyDB, DMaaP.
So that by running the consolidated heath check a user can determine if Policy Framework components and the related runtime dependencies are working fine.
Proposed Solution
Change the following API to include the health check for PolicyDB & DMaaP in the returned response:
...