[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Update Symptom Definition
DescriptionUpdate an existing Symptom Definition
Request
URLURL
https://localhost/suite-api/api/symptomdefinitions
Request Body
Request Body
symptom-definition
of type(s) application/json, application/xml
Required
The Symptom Definition to update
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
SymptomDefinition
of type(s) application/json, application/xml
The updated Symptom Definition
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"adapterKindKey":"string","cancelCycles":0,"id":"string","name":"string","realtimeMonitoringEnabled":false,"resourceKindKey":"string","state":{"condition":{"instanced":false,"key":"string","operator":"EQ","settingValue":"string","targetKey":"string","thresholdType":"UNKNOWN"},"severity":"UNKNOWN"},"waitCycles":0}' https://localhost/suite-api/api/symptomdefinitions
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Symptoms Operations
delete
get
post