qingshuting | 50a7079 | 2022-07-30 10:20:05 +0800 | [diff] [blame^] | 1 | {
|
| 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 | }
|