summaryrefslogtreecommitdiffstats
path: root/intentanalysis/src/main/resources/intentPolicy/intent_configs_policy_type.json
blob: 318b098b868050ebe0d7aa65171c88d9f93b29e5 (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
{
  "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": {
        "cllId": {
          "type": "string",
          "required": true,
          "description": "cll id"
        },
		 "closedLoopStatus": {
          "type": "string",
          "required": true,
          "description": "whether provide closed loop assurance for one cll"
        },
        "originalBw": {
          "type": "string",
          "required": true,
          "description": "original bw of one cll"
        }
      }
    }
  }
}