summaryrefslogtreecommitdiffstats
path: root/dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy_type.json
diff options
context:
space:
mode:
Diffstat (limited to 'dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy_type.json')
-rw-r--r--dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy_type.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy_type.json b/dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy_type.json
new file mode 100644
index 0000000..7fb9e43
--- /dev/null
+++ b/dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy_type.json
@@ -0,0 +1,34 @@
+{
+ "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
+ "policy_types": {
+ "onap.policies.monitoring.docker.slicems.app": {
+ "version": "1.0.0",
+ "description": "son handler policy type",
+ "derived_from": "onap.policies.Monitoring:1.0.0",
+ "description": "Runtime Configuration of Slice MS",
+ "properties": {
+ "ves_ccvpn_notification_topic": {
+ "type": "string",
+ "required": false,
+ "description": "set ccvpn dmaap topic listening or not"
+ },
+ "ccvpnThreshold": {
+ "type": "string",
+ "required": false,
+ "description": "ccvpn threshold"
+ },
+ "isPeriodicOn": {
+ "type": "string",
+ "required": false,
+ "description": "close loop bw adjust on"
+ },
+ "cllId": {
+ "type": "string",
+ "required": false,
+ "description": "cloud leased line service id"
+ }
+ }
+ }
+ }
+}
+