summaryrefslogtreecommitdiffstats
path: root/examples/aadm/src/main/resources/examples/events/AADM/AADMTestEvent2.json
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-07-19 18:45:16 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-07-19 21:37:59 +0100
commit3d02543fc00a46da2da8f682f71b538ca2fd36e5 (patch)
treef31f40279c7d00505b10bf5f7000712ea2e0c879 /examples/aadm/src/main/resources/examples/events/AADM/AADMTestEvent2.json
parentab64a570730f3645939a33e06487c2477f1314de (diff)
Adding examples module to apex-pdp
Adding examples (MyFirstPolicy, AADM, Adaptive, PCVS) to apex-pdp so that anyone can try out running few sample policies and understand how to create and run policies in apex-pdp. Change-Id: I0dff6d54ef94d8b5bdb63eabcb09e9f64d76fd0c Issue-ID: POLICY-861 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'examples/aadm/src/main/resources/examples/events/AADM/AADMTestEvent2.json')
-rw-r--r--examples/aadm/src/main/resources/examples/events/AADM/AADMTestEvent2.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/aadm/src/main/resources/examples/events/AADM/AADMTestEvent2.json b/examples/aadm/src/main/resources/examples/events/AADM/AADMTestEvent2.json
new file mode 100644
index 000000000..893a19675
--- /dev/null
+++ b/examples/aadm/src/main/resources/examples/events/AADM/AADMTestEvent2.json
@@ -0,0 +1,27 @@
+{
+ "nameSpace": "org.onap.policy.apex.examples.aadm.events",
+ "name": "AADMEvent",
+ "version": "0.0.1",
+ "source": "CompaA",
+ "target": "apex",
+ "IMSI": 123456,
+ "IMSI_IP": "101.111.121.131",
+ "ENODEB_ID": 123,
+ "SERVICE_REQUEST_COUNT": 99,
+ "AVG_SUBSCRIBER_SERVICE_REQUEST": 101.0,
+ "UE_IP_ADDRESS": "101.111.121.131",
+ "NUM_SUBSCRIBERS": 99,
+ "ACTTASK": "",
+ "APPLICATION": "",
+ "ATTACH_COUNT": 0,
+ "AVG_SUBSCRIBER_ATTACH": 0,
+ "DoS": false,
+ "NW_IP": "",
+ "PROBE_ON": false,
+ "SGW_IP_ADDRESS": "",
+ "TCP_ON": false,
+ "TCP_UE_SIDE_AVG_THROUGHPUT": 0,
+ "TCP_UE_SIDE_MEDIAN_RTT_TX_TO_RX": 0,
+ "http_host_class": "",
+ "protocol_group": ""
+}