From aece3940d349329efe6d220961f6f2a487f90565 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 19 Sep 2018 17:23:48 +0100 Subject: Refactor Editor REST servlet Issue-ID: POLICY-1034 Change-Id: Ifa08c7a31b4fe19eb62c2035b67b6f5cad313b5f Signed-off-by: liamfallon --- .../src/main/resources/templates/PeriodicEventTemplate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 client/client-editor/src/main/resources/templates/PeriodicEventTemplate.json (limited to 'client/client-editor/src/main/resources/templates/PeriodicEventTemplate.json') diff --git a/client/client-editor/src/main/resources/templates/PeriodicEventTemplate.json b/client/client-editor/src/main/resources/templates/PeriodicEventTemplate.json new file mode 100644 index 000000000..a2656515c --- /dev/null +++ b/client/client-editor/src/main/resources/templates/PeriodicEventTemplate.json @@ -0,0 +1,11 @@ +{ + "name": "PeriodicEvent", + "version": "0.0.1", + "uuid": "40f28ab0-bc27-11e8-a355-529269fb1459", + "description": "Default Periodic Event", + "source": "System", + "target": "Apex", + "nameSpace": "org.onap.policy.apex.domains.aadm.events", + "parameters": { + } +} -- cgit 1.2.3-korg