aboutsummaryrefslogtreecommitdiffstats
path: root/intentanalysis/src/main/resources/intentPolicy/intent_configs_policy.json
blob: ea0d9625e6df6bed025508d016664cdc7e6b0047 (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_ID}",
            "closedLoopStatus": "${CLOSED_LOOP_STATUS}",
            "originalBw": "${ORIGINAL_BW}"
          }
        }
      }
    ]
  }
}