Add datetime format to audit api's 88/122888/5
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Tue, 27 Jul 2021 20:22:27 +0000 (16:22 -0400)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 28 Jul 2021 21:13:49 +0000 (17:13 -0400)
commitdbab93d362a3096af56ad947aa791e6b0456b76c
tree9d7c45a309c5ee0118007c134ba60d9afc130de2
parent96de2b981fb063408a021ca6b3e01783077b651f
Add datetime format to audit api's

Adding datetime format to audit api's
so that clients can send the request in one common format.
Changed the format to epoch timestamp.
Fixed review comments.

Issue-ID: POLICY-3340
Change-Id: I613ac02154a3e521ae97f7ac2e6129f642164b3f
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
main/src/main/java/org/onap/policy/pap/main/rest/PolicyAuditControllerV1.java
main/src/test/java/org/onap/policy/pap/main/rest/e2e/PolicyAuditTest.java