[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
SymptomDefinition
A Symptom Definition defines conditions and properties which define when an alarm is triggered
Properties
string
adapterKindKey
Required
The adapter kind identifier for the SymptomDefinition
string
resourceKindKey
Required
The resource kind identifier for the SymptomDefinition
integer as int32
cancelCycles
Optional
The number of consecutive cycles to wait when a symptom state is false before a symptom is cancelled
string
id
Optional
The identifier for the SymptomDefinition. Must be null during create.
string
name
Optional
The name of the SymptomDefinition
boolean
realtimeMonitoringEnabled
Optional
Indicates whether real-time monitoring is enabled for the symptom or not. (This field is only visible in SaaS)
integer as int32
waitCycles
Optional
The number of consecutive cycles to wait when a symptom state is true before a symptom is triggered
JSON Example
{
"adapterKindKey": "string",
"resourceKindKey": "string"
}
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Property Of
SymptomDefinitions
Parameter To
Update Symptom Definition
Create Symptom Definition
Returned By
Update Symptom Definition
Create Symptom Definition
Get Symptom Definition By Key