[sdc] docker file fix for cassandra
[sdc.git] / openecomp-ui / fixture / data / entitlementPools.json
1 {
2   "results":[
3     {
4       "name": "ep1",
5       "description": "string",
6       "thresholdValue": 75,
7       "thresholdUnits": "%",
8       "entitlementMetric": {"choice": "User", "other":""},
9       "increments": "string",
10       "aggregationFunction": {"choice": "Average", "other": ""},
11       "operationalScope": {"choices": ["VM"], "other": ""},
12       "time": {"choice": "Hour", "other": ""},
13       "sku": "DEF2-385A-4521-AAAA",
14       "id": "1",
15       "referencingFeatureGroups": ["1","2"],
16       "partNumber": "51529"
17     },
18     {
19       "name": "ep2",
20       "description": "string",
21       "thresholdValue": 99,
22       "thresholdUnits": "%",
23       "entitlementMetric": {"choice": "User", "other":""},
24       "increments": "string",
25       "aggregationFunction": {"choice": "Average", "other": ""},
26       "operationalScope": {"choices": ["Other"], "other": "blabla"},
27       "time": {"choice": "Hour", "other": ""},
28       "sku": "DEF2-385A-4521-AAAA",
29       "id": "2",
30       "refCount": 0,
31       "partNumber": "51529",
32       "referencingFeatureGroups": []
33     }
34   ]
35 }
36