diff options
author | Attaranasl, Salma (sa669h) <salma.attaran@amdocs.com> | 2018-03-08 11:58:02 -0500 |
---|---|---|
committer | Attaranasl, Salma (sa669h) <salma.attaran@amdocs.com> | 2018-03-08 12:34:36 -0500 |
commit | 4c416b0e0059370184f77991481f61d779eccd80 (patch) | |
tree | 53317fb0f1969a37b3f85605335cd2631c03e4b2 /src/test/resources | |
parent | f8406ed04830d9b75d842dff3fb95dc3d44866ee (diff) |
added Spike event Policy
to read from Spike Event and save the index on Search Data
removed the extra header on a file:
Issue-ID: AAI-846
Change-Id: I5fa66b5c6b0b6b2f645315221fbf2eb1461c5ca7
Signed-off-by: Attaranasl, Salma <salma.attaran@amdocs.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/spike_event.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/test/resources/spike_event.json b/src/test/resources/spike_event.json new file mode 100644 index 0000000..0af1127 --- /dev/null +++ b/src/test/resources/spike_event.json @@ -0,0 +1,23 @@ +{"operation": "$ACTION", + "transaction-id": "ae83cf91-b73f-4759-b973-58c4192cea4c", + "timestamp": 1499460851548, + "vertex": { + "key": "$KEY", + "schema-version": "v10", + "type": "$TYPE", + "properties": { + "vnf-id": "GenericVNFIdBpCNtULbEw9", + "in-maint": "false", + "heat-stack-id": "GenericVNFIdBpCNtULbEw1-12345-678-", + "prov-status": "junk", + "equipment-role": "ASBG", + "ipv4-oam-address": "5.6.7.8", + "vnf-name": "GenericVNFIdBpCNtULbEw9", + "vnf-type": "asbg", + "is-closed-loop-disabled": "false", + "orchestration-status": "Running", + "aai-node-type": "generic-vnf" + } + }, + "result": "SUCCESS" +} |