Increase code coverage
[aai/gizmo.git] / src / test / resources / event / champ-vertex-event-violations.json
1 {
2   "header": {
3     "request-id": "5cf7f973-c406-4507-ad71-72d7b3d26c36",
4     "timestamp": "20180316T092301Z",
5     "source-name": "CHAMP",
6     "event-type": "update-result",
7     "validation-entity-type": "pserver"
8   },
9   "body": {
10     "operation": "CREATE",
11     "transaction-id": "6544a144-0c56-4f71-81d8-a6170efbb296",
12     "timestamp": 1521192181065,
13     "vertex": {
14       "key": "890c8b3f-892f-48e3-85cd-748ebf0426a5",
15       "schema-version": "v13",
16       "type": "pserver",
17       "properties": {
18         "hostname":"hostname1",
19         "number-of-cpus":8
20       }
21     },
22     "result": "SUCCESS"
23   },
24   "policyViolations": [
25     {
26       "summary": "a summary",
27       "policyName": "a policy name"
28     }
29   ]
30 }