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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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
}
]
}
|