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