aboutsummaryrefslogtreecommitdiffstats
path: root/policy/apex/ToscaTemplate.json
blob: 36b2c4e79780cca7ef82cb5089aa58f35fb139e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
  "topology_template": {
    "policies": [
      {
        "operational.onapbbs": {
          "type": "onap.policies.controlloop.operational.Apex",
          "type_version": "1.0.0",
          "name": "operational.onapbbs",
          "version": "1.0.0",
          "properties": {}
        }
      }
    ]
  }
}