summaryrefslogtreecommitdiffstats
path: root/src/test/resources/data-dictionary/test_events/test-create-event.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/data-dictionary/test_events/test-create-event.json')
-rw-r--r--src/test/resources/data-dictionary/test_events/test-create-event.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/test/resources/data-dictionary/test_events/test-create-event.json b/src/test/resources/data-dictionary/test_events/test-create-event.json
new file mode 100644
index 0000000..3693c99
--- /dev/null
+++ b/src/test/resources/data-dictionary/test_events/test-create-event.json
@@ -0,0 +1,39 @@
+{
+ "cambria.partition": "AAI",
+ "event-header": {
+ "id": "test",
+ "timestamp": "20190213-16:27:37:353",
+ "domain": "test",
+ "event-type": "POA-EVENT",
+ "action": "CREATE",
+ "entity-type": "poa-entity",
+ "top-entity-type": "poa-entity",
+ "entity-link": ""
+ },
+ "entity": {
+ "poa-event": {
+ "modelVersionId": "model-version-id",
+ "modelInvariantId": "model-invariant-id"
+ },
+ "vnfList": [
+ {
+ "vfModuleList": [
+ {
+ "networkList": [
+ {
+ "type": "test1"
+ }
+ ]
+ },
+ {
+ "networkList": [
+ {
+ "type": "test2"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+}