symptom-definitions
symptom-definitions
Collection of Symptom Definition objects
JSON Example
{
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"pageInfo": {
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string",
"totalCount": 0
},
"symptomDefinitions": [
{
"adapterKindKey": "string",
"cancelCycles": 0,
"id": "string",
"name": "string",
"realtimeMonitoringEnabled": false,
"resourceKindKey": "string",
"state": {
"condition": {
"instanced": false,
"key": "string",
"operator": "string",
"settingValue": "string",
"targetKey": "string",
"thresholdType": "string"
},
"severity": "string"
},
"waitCycles": 0
}
]
}