blob: bcb04d2f7153808e9c6f093b2ef101df9dfdc94f (
plain)
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
|
{
"name": "${entitlement_pool_name}",
"description": "vendor entitlement pool",
"thresholdValue": "99",
"thresholdUnits": "Absolute",
"entitlementMetric": {
"choice": "CPU",
"other": ""
},
"increments": "robot",
"aggregationFunction": {
"choice": "Peak",
"other": ""
},
"operationalScope": {
"choices": [
"Availability_Zone"
],
"other": ""
},
"time": {
"choice": "Hour",
"other": ""
},
"manufacturerReferenceNumber": "robot12345"
}
|