HP VAN SDN Controller REST API Guide

activity... optional; if specified returns only the audit logs with the specified activity; otherwise a
wildcard
start... optional; the inclusive start date of the requested time period in ISO-8601 format (Example:
2013-09-15T16:00:00.000Z)
end... optional; the inclusive end date of the requested time period in ISO-8601 format (Example:
2013-09-15T16:00:00.000Z)
There is no request body for this API.
Sample response
1 {
2 "audit_log_entries": [
3 {
4 "uid": "730d99ee-78f9-4301-ab2b-7871df61a6d3",
5 "system_uid": "a1adf6a0-13d3-45de-bf66-acc504e84dba",
6 "user": "sdn",
7 "ts": "2013-06-05T17:54:19.265Z",
8 "activity": "Artifact Management - Upload",
9 "description": "geewiz-apps-1.0.0.jar has been staged"
10 },
11 {
12 "uid": "77881f9f-a0c4-482b-8fd2-872c87c1bcab",
13 "system_uid": "a1adf6a0-13d3-45de-bf66-acc504e84dba",
14 "user": "sdn",
15 "ts": "2013-06-05T17:54:19.754Z",
16 "activity": "Artifact Management - Refresh",
17 "description": "com.geewiz.apps has been refreshed"
18 },
19 {
20 "uid": "a39fdb1d-a0f2-444b-b79a-ada13cf0dc0b",
21 "system_uid": "a1adf6a0-13d3-45de-bf66-acc504e84dba",
22 "user": "sdn",
23 "ts": "2013-06-05T17:54:20.312Z",
24 "activity": "Artifact Management - Uninstall",
25 "description": "com.geewiz.apps has been removed"
26 },
27 {
28 "uid": "003e52ec-4bce-47c5-b3ec-cf6163aca5c0",
29 "system_uid": "a1adf6a0-13d3-45de-bf66-acc504e84dba",
30 "user": "sdn",
31 "ts": "2013-06-05T17:54:20.975Z",
32 "activity": "Artifact Management - Upload",
33 "description": "golly-gee-app.zip has been staged"
34 },
35 {
36 "uid": "98a92ddf-04ad-474e-9c6a-fa99ff7256ed",
37 "system_uid": "a1adf6a0-13d3-45de-bf66-acc504e84dba",
38 "user": "sdn",
39 "ts": "2013-06-05T17:54:24.165Z",
40 "activity": "Artifact Management - Refresh",
41 "description": "golly-gee.plan has been refreshed"
42 },
43 {
44 "uid": "21f082f5-8b1b-453a-8474-a3e1eab4e0ef",
45 "system_uid": "a1adf6a0-13d3-45de-bf66-acc504e84dba",
46 "user": "sdn",
47 "ts": "2013-06-05T17:54:26.028Z",
48 "activity": "Artifact Management - Uninstall",
49 "description": "golly-gee.plan has been removed"
50 }
51 ]
52 }
Audit logs 31