aboutsummaryrefslogtreecommitdiffstats
path: root/csit/config/pap/groups.json
blob: bd5c2868df0e219f44bc1f3ed13fae5e6b6b8e80 (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
{
  "groups": [
    {
      "name": "defaultGroup",
      "version": "1.0.0",
      "description": "The default group that registers all supported policy types and pdps.",
      "pdpGroupState": "ACTIVE",
      "pdpSubgroups": [
        {
          "pdpType": "apex",
          "supportedPolicyTypes": [
            {
              "name": "onap.policies.controlloop.operational.common.Apex",
              "version": "1.0.0"
            },
            {
              "name": "onap.policies.native.Apex",
              "version": "1.0.0"
            }
          ],
          "currentInstanceCount": 0,
          "desiredInstanceCount": 1,
          "policies": []
        }
      ]
    }
  ]
}