X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fpap%2Fpap.rst;h=d3cbf8bc7843a6b6682e66422ee11773a410644d;hb=aa234b2a0f4ed58e83b2aa6d1d353a3c6ea68921;hp=0f7c0c6137e04c90df8fdba797a3ce1fd6924e02;hpb=98b5969b275c63c24fa3ec84d8052b7a49fe7bc3;p=policy%2Fparent.git diff --git a/docs/pap/pap.rst b/docs/pap/pap.rst index 0f7c0c61..d3cbf8bc 100644 --- a/docs/pap/pap.rst +++ b/docs/pap/pap.rst @@ -120,6 +120,7 @@ PAP supports the operations listed in the following table, via its REST API: "Policy Status", "Queries the status of all policies" "Policy deployment status", "Queries the status of all deployed policies" "PDP statistics", "Queries the statistics of PDPs" + "Policy Audit", "Queries the audit records of policies" 1.2 DMaaP API ------------- @@ -369,6 +370,19 @@ Here is a sample response: .. literalinclude:: response/pdp-statistics-pap-resp.json :language: json +:download:`Download Policy Audit PAP API Swagger ` + +.. swaggerv2doc:: swagger/policy-audit-pap.json + +This operation allows the audit records of policies to be listed together. +The result can be filtered based on pdp group name, policy name & version. +Along with record count, from date & to date as query parameters. + +Here is a sample response: + +.. literalinclude:: response/policy-audit-pap-resp.json + :language: json + 3 Configuration =================