summaryrefslogtreecommitdiffstats
path: root/dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy.json
diff options
context:
space:
mode:
Diffstat (limited to 'dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy.json')
-rw-r--r--dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy.json b/dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy.json
new file mode 100644
index 0000000..ec9b273
--- /dev/null
+++ b/dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy.json
@@ -0,0 +1,23 @@
+{
+ "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
+ "topology_template": {
+ "policies": [
+ {
+ "onap.dcae.slicems.config": {
+ "type": "onap.policies.monitoring.docker.slicems.app",
+ "type_version": "1.0.0",
+ "version": "1.0.0",
+ "metadata": {
+ "policy-id": "onap.dcae.slicems.config",
+ "policy-version": 1
+ },
+ "properties": {
+ "ves_ccvpn_notification_topic": "on",
+ "ccvpnThreshold": "0.8",
+ "isPeriodicOn": "true"
+ }
+ }
+ }
+ ]
+ }
+}