[sdc] docker file fix for cassandra
[sdc.git] / openecomp-ui / fixture / data / featureGroup.json
1 {
2   "name": "fssss",
3   "description": "gdfgdfgdsfg",
4   "id": "1",
5   "licenseKeyGroupsIds": [
6     "1,2"
7   ],
8   "entitlementPoolsIds": [
9     "1,2"
10   ],
11   "licenseKeyGroups": [
12     {
13       "name": "ls1",
14       "description": "string",
15       "type": "string",
16       "operationalScope": "string",
17       "id": "1",
18       "refCount": 0
19     },
20     {
21       "name": "ls2",
22       "description": "string",
23       "type": "string",
24       "operationalScope": "string",
25       "id": "1",
26       "refCount": 0
27     }
28   ],
29   "entitlementPools": [
30     {
31       "name": "ep1",
32       "description": "string",
33       "thresholdValue": 0,
34       "thresholdUnits": "string",
35       "entitlementMetric": "string",
36       "increments": "string",
37       "aggregationFunction": "string",
38       "operationalScope": "string",
39       "time": "string",
40       "sku": "string",
41       "id": "string",
42       "refCount": 0
43     },
44     {
45       "name": "ep2",
46       "description": "string",
47       "thresholdValue": 0,
48       "thresholdUnits": "string",
49       "entitlementMetric": "string",
50       "increments": "string",
51       "aggregationFunction": "string",
52       "operationalScope": "string",
53       "time": "string",
54       "sku": "string",
55       "id": "string",
56       "refCount": 0
57     }
58   ]
59 }