aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/src/test/resources/http-cache/example/node_template.json
blob: fdbfe8563c51658774a7414b968383cfed42efb1 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "org.onap.domain.pmsh.PMSHControlLoopDefinition": {
    "name": "org.onap.domain.pmsh.PMSHControlLoopDefinition",
    "version": "1.2.3",
    "derived_from": null,
    "metadata": {},
    "description": "Control loop for Performance Management Subscription Handling",
    "type": "org.onap.policy.clamp.controlloop.ControlLoop",
    "type_version": "1.0.0",
    "properties": {
      "elements": [
        {
          "name": "org.onap.domain.pmsh.PMSH_DCAEMicroservice",
          "version": "1.2.3"
        },
        {
          "name": "org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement",
          "version": "1.2.3"
        },
        {
          "name": "org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement",
          "version": "1.2.3"
        }
      ],
      "provider": "Ericsson"
    },
    "requirements": null,
    "capabilities": null,
    "identifier": {
      "name": "org.onap.domain.pmsh.PMSHControlLoopDefinition",
      "version": "1.2.3"
    },
    "type_identifier": {
      "name": "org.onap.policy.clamp.controlloop.ControlLoop",
      "version": "1.0.0"
    },
    "key": {
      "name": "org.onap.domain.pmsh.PMSHControlLoopDefinition",
      "version": "1.2.3"
    },
    "defined_name": "org.onap.domain.pmsh.PMSHControlLoopDefinition",
    "defined_version": "1.2.3"
  }
}