blob: ec9b2730b0de0841b5749bc03b6b5916ab5c1fc0 [file] [log] [blame]
qingshuting50a70792022-07-30 10:20:05 +08001{
2 "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
3 "topology_template": {
4 "policies": [
5 {
6 "onap.dcae.slicems.config": {
7 "type": "onap.policies.monitoring.docker.slicems.app",
8 "type_version": "1.0.0",
9 "version": "1.0.0",
10 "metadata": {
11 "policy-id": "onap.dcae.slicems.config",
12 "policy-version": 1
13 },
14 "properties": {
15 "ves_ccvpn_notification_topic": "on",
16 "ccvpnThreshold": "0.8",
17 "isPeriodicOn": "true"
18 }
19 }
20 }
21 ]
22 }
23}