[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.json
1 {\r
2   "tosca_definitions_version": "tosca_simple_yaml_1_1_0",\r
3   "topology_template": {\r
4     "policies": [\r
5       {\r
6         "onap.dcae.slicems.config": {\r
7           "type": "onap.policies.monitoring.docker.slicems.app",\r
8           "type_version": "1.0.0",\r
9           "version": "1.0.0",\r
10           "metadata": {\r
11             "policy-id": "onap.dcae.slicems.config",\r
12             "policy-version": 1\r
13           },\r
14           "properties": {\r
15             "ves_ccvpn_notification_topic": "on",\r
16             "ccvpnThreshold": "0.8",\r
17             "isPeriodicOn": "true"\r
18           }\r
19         }\r
20       }\r
21     ]\r
22   }\r
23 }\r