aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/fixture/data/featureGroups.json
blob: eea4967ca894d0a5d25ab5c3c377ac76ed2aca5e (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
{
  "results": [
      {
        "name": "fs1",
        "id": "0",
        "description": "fs1-description",
        "licenseKeyGroupsIds": [
          "1"
        ],
        "entitlementPoolsIds": [
          "1"
        ],
        "referencingLicenseAgreements": ["1","2"]
      },
      {
        "name": "fs2",
        "id": "1",
        "description": "fs2-description",
        "licenseKeyGroupsIds": [
          "2"
        ],
        "entitlementPoolsIds": [
          "2"
        ],
        "referencingLicenseAgreements": []
      }
  ]
}