1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}
]
}
|