summaryrefslogtreecommitdiffstats
path: root/intentanalysis/src/main/resources/intentPolicy/intent_configs_policy.json
blob: a9d1e79e7358ed5e4e07f44d0577d632116cd1df (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": {
			"cllId": "cll-01",
			"closedLoopStatus": "on",
			"originalBw": "1000"
          }
        }
      }
    ]
  }
}