aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/fixture/data/featureGroup.json
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui/fixture/data/featureGroup.json')
-rw-r--r--openecomp-ui/fixture/data/featureGroup.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/openecomp-ui/fixture/data/featureGroup.json b/openecomp-ui/fixture/data/featureGroup.json
new file mode 100644
index 0000000000..278baecb36
--- /dev/null
+++ b/openecomp-ui/fixture/data/featureGroup.json
@@ -0,0 +1,59 @@
+{
+ "name": "fssss",
+ "description": "gdfgdfgdsfg",
+ "id": "1",
+ "licenseKeyGroupsIds": [
+ "1,2"
+ ],
+ "entitlementPoolsIds": [
+ "1,2"
+ ],
+ "licenseKeyGroups": [
+ {
+ "name": "ls1",
+ "description": "string",
+ "type": "string",
+ "operationalScope": "string",
+ "id": "1",
+ "refCount": 0
+ },
+ {
+ "name": "ls2",
+ "description": "string",
+ "type": "string",
+ "operationalScope": "string",
+ "id": "1",
+ "refCount": 0
+ }
+ ],
+ "entitlementPools": [
+ {
+ "name": "ep1",
+ "description": "string",
+ "thresholdValue": 0,
+ "thresholdUnits": "string",
+ "entitlementMetric": "string",
+ "increments": "string",
+ "aggregationFunction": "string",
+ "operationalScope": "string",
+ "time": "string",
+ "sku": "string",
+ "id": "string",
+ "refCount": 0
+ },
+ {
+ "name": "ep2",
+ "description": "string",
+ "thresholdValue": 0,
+ "thresholdUnits": "string",
+ "entitlementMetric": "string",
+ "increments": "string",
+ "aggregationFunction": "string",
+ "operationalScope": "string",
+ "time": "string",
+ "sku": "string",
+ "id": "string",
+ "refCount": 0
+ }
+ ]
+}