diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-09-19 17:23:48 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-09-20 12:26:57 +0100 |
commit | aece3940d349329efe6d220961f6f2a487f90565 (patch) | |
tree | a55e5302c038a130327cc5e69aee78aab1eb3ac8 /client/client-editor/src/main/resources/templates | |
parent | f28256b49d1041a959646536d16094fc68431b12 (diff) |
Refactor Editor REST servlet
Issue-ID: POLICY-1034
Change-Id: Ifa08c7a31b4fe19eb62c2035b67b6f5cad313b5f
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'client/client-editor/src/main/resources/templates')
-rw-r--r-- | client/client-editor/src/main/resources/templates/PeriodicEventTemplate.json | 11 |
1 files changed, 11 insertions, 0 deletions
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": { + } +} |