[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Create Symptom Definition
DescriptionThe symptom definition identifier must be null and will be generated by the system. A symptom definition contains a symptom state, there may only be one symptom state per 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 create
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
SymptomDefinition
of type(s) application/json, application/xml
The created Symptom Definition
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -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