diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-07-28 17:19:45 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-07-28 17:22:27 -0400 |
commit | aa234b2a0f4ed58e83b2aa6d1d353a3c6ea68921 (patch) | |
tree | a4a9373bbefff242a63c12c1db19e6a1f603591a /docs/pap/response | |
parent | 98b5969b275c63c24fa3ec84d8052b7a49fe7bc3 (diff) |
Add document for policy audit api's
Adding section for policy audit api's in pap.
Issue-ID: POLICY-3340
Change-Id: I33b572372a5279ef03bc48b62d524dfd15c49c28
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'docs/pap/response')
-rw-r--r-- | docs/pap/response/policy-audit-pap-resp.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/pap/response/policy-audit-pap-resp.json b/docs/pap/response/policy-audit-pap-resp.json new file mode 100644 index 00000000..6822d35e --- /dev/null +++ b/docs/pap/response/policy-audit-pap-resp.json @@ -0,0 +1,26 @@ +[ + { + "auditId": 123, + "pdpGroup": "defaultGroup", + "pdpType": "apex", + "policy": { + "name": "onap.policies.apex.Controlloop", + "version": "1.0.0" + }, + "action": "DEPLOYMENT", + "timestamp": "2021-07-27T13:25:15Z", + "user": "test" + }, + { + "auditId": 456, + "pdpGroup": "defaultGroup", + "pdpType": "drools", + "policy": { + "name": "operational.modifyconfig", + "version": "1.0.0" + }, + "action": "UNDEPLOYMENT", + "timestamp": "2021-07-27T13:15:15Z", + "user": "test" + } +] |