@itentialopensource/adapter-etsi_sol005
Version:
This adapter integrates with system described as: ETSI sol005
50 lines • 872 B
JSON
{
"id": "string",
"objectInstanceId": "string",
"subObjectInstanceIds": [
"string",
"string",
"string",
"string",
"string"
],
"criteria": {
"capacityMetric": {
"resourceType": "VR_STORAGE",
"capacityMeasurementName": "string",
"capacityType": "AVAILABLE"
},
"thresholdType": "SIMPLE",
"simpleThresholdDetails": [
{
"thresholdValue": 9,
"hysteresis": 3
},
{
"thresholdValue": 6,
"hysteresis": 1
},
{
"thresholdValue": 6,
"hysteresis": 6
},
{
"thresholdValue": 8,
"hysteresis": 3
},
{
"thresholdValue": 2,
"hysteresis": 1
}
]
},
"callbackUri": "string",
"_links": {
"self": {
"href": "string"
},
"object": {
"href": "string"
}
}
}