summaryrefslogtreecommitdiffstats
path: root/dcae-services-policy-sync/resources/slicems-policy-examples/slicems_config_policy.json
blob: ec9b2730b0de0841b5749bc03b6b5916ab5c1fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
  "topology_template": {
    "policies": [
      {
        "onap.dcae.slicems.config": {
          "type": "onap.policies.monitoring.docker.slicems.app",
          "type_version": "1.0.0",
          "version": "1.0.0",
          "metadata": {
            "policy-id": "onap.dcae.slicems.config",
            "policy-version": 1
          },
          "properties": {
            "ves_ccvpn_notification_topic": "on",
            "ccvpnThreshold": "0.8",
            "isPeriodicOn": "true"
          }
        }
      }
    ]
  }
}