Update Symptom Definition
Update an existing Symptom Definition
The Symptom Definition to update
Show optional properties
{
"name": "string",
"adapterKindKey": "string",
"resourceKindKey": "string",
"state": {
"severity": "string",
"condition": {}
}
}
{
"id": "string",
"name": "string",
"adapterKindKey": "string",
"resourceKindKey": "string",
"waitCycles": 0,
"cancelCycles": 0,
"realtimeMonitoringEnabled": false,
"state": {
"severity": "string",
"condition": {}
}
}
The identifier for the SymptomDefinition. Must be null during create.
The name of the SymptomDefinition
The adapter kind identifier for the SymptomDefinition
The resource kind identifier for the SymptomDefinition
The number of consecutive cycles to wait when a symptom state is true before a symptom is triggered
The number of consecutive cycles to wait when a symptom state is false before a symptom is cancelled
Indicates whether real-time monitoring is enabled for the symptom or not. (This field is only visible in SaaS)
The SymptomState is a product of the severity and a condition. A symptom definition may have one SymptomState per severity level.
The updated Symptom Definition
"symptom-definition Object"
The identifier for the SymptomDefinition. Must be null during create.
The name of the SymptomDefinition
The adapter kind identifier for the SymptomDefinition
The resource kind identifier for the SymptomDefinition
The number of consecutive cycles to wait when a symptom state is true before a symptom is triggered
The number of consecutive cycles to wait when a symptom state is false before a symptom is cancelled
Indicates whether real-time monitoring is enabled for the symptom or not. (This field is only visible in SaaS)
The SymptomState is a product of the severity and a condition. A symptom definition may have one SymptomState per severity level.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"adapterKindKey:"string","name:"string","resourceKindKey:"string","state:"object"}' https://{api_host}/suite-api/api/symptomdefinitions