aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/fixture/data/licenseKeyGroups.json
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui/fixture/data/licenseKeyGroups.json')
-rw-r--r--openecomp-ui/fixture/data/licenseKeyGroups.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/openecomp-ui/fixture/data/licenseKeyGroups.json b/openecomp-ui/fixture/data/licenseKeyGroups.json
new file mode 100644
index 0000000000..74050ab033
--- /dev/null
+++ b/openecomp-ui/fixture/data/licenseKeyGroups.json
@@ -0,0 +1,20 @@
+{
+ "results":[
+ {
+ "name": "lsk1",
+ "description": "string",
+ "type": "Unique",
+ "operationalScope": {"choices": ["Network_Wide","VM"], "other": ""},
+ "id": "1",
+ "referencingFeatureGroups":["1","2"]
+ },
+ {
+ "name": "lsk2",
+ "description": "string",
+ "type": "One_Time",
+ "operationalScope": {"choices": ["Other"], "other": "blabla"},
+ "id": "2",
+ "referencingFeatureGroups": 0
+ }
+ ]
+}