[DCAEGEN2-Services] Add example policy types, policies and instrucitons for policy...
[dcaegen2/deployments.git] / dcae-services-policy-sync / resources / slicems-policy-examples / slicems_config_policy_type.json
1 {\r
2   "tosca_definitions_version": "tosca_simple_yaml_1_1_0",\r
3   "policy_types": {\r
4     "onap.policies.monitoring.docker.slicems.app": {\r
5       "version": "1.0.0",\r
6       "description": "son handler policy type",\r
7       "derived_from": "onap.policies.Monitoring:1.0.0",\r
8             "description": "Runtime Configuration of Slice MS",\r
9       "properties": {\r
10         "ves_ccvpn_notification_topic": {\r
11           "type": "string",\r
12           "required": false,\r
13           "description": "set ccvpn dmaap topic listening or not"\r
14         },\r
15           "ccvpnThreshold": {\r
16           "type": "string",\r
17           "required": false,\r
18           "description": "ccvpn threshold"\r
19         },\r
20         "isPeriodicOn": {\r
21           "type": "string",\r
22           "required": false,\r
23           "description": "close loop bw adjust on"\r
24         },\r
25         "cllId": {\r
26           "type": "string",\r
27           "required": false,\r
28           "description": "cloud leased line service id"\r
29         }\r
30       }\r
31     }\r
32   }\r
33 }\r
34 \r