summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src/main/resources/entityHealingConfiguration.json
blob: 2fc23372defb5b1aed06e5ca5db0fc25e049e356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "vsp": {
    "structure": [
      "org.openecomp.sdc.healing.healers.OwnerHealer"
    ],
    "data": [
      "org.openecomp.sdc.healing.healers.ToscaServiceModelHealer"
    ]
  },
  "vlm": {
    "structure": [
      "org.openecomp.sdc.healing.healers.OwnerHealer"
    ]
  }
}