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