[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Query Symptoms
DescriptionThe list of Symptoms returned is a collection that supports pagination.
Request
URLURL
https://localhost/suite-api/api/symptoms/query
Query Parameters
Query Parameters
integer
page
Optional
Page number from which data needs to be displayed (0-based)
integer
pageSize
Optional
Expected number of entries per page
Request Body
Request Body
symptom-query
of type(s) application/json, application/xml
Required
Query object of the symptom
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
Symptoms
of type(s) application/json, application/xml
List of all Symptoms that match the given query
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"activeOnly":false,"alarmCriticality":["UNKNOWN"],"alarmType":[0],"cancelTimeRange":{"endTime":0,"startTime":0},"compositeOperator":"AND","includeAlarmInfo":false,"includeChildrenResources":false,"resource-query":{"adapterInstanceId":["string"],"adapterKind":["string"],"collectorId":[0],"collectorName":["string"],"credentialId":["string"],"includeRelated":"PARENT","maintenanceScheduleId":["string"],"name":["string"],"parentId":["string"],"propertyConditions":{"conditions":[{"doubleValue":0,"key":"string","operator":"EQ","stringValue":"string"}],"conjunctionOperator":"AND"},"propertyName":"string","propertyValue":"string","recentlyAdded":0,"regex":["string"],"resourceHealth":["GREEN"],"resourceId":["string"],"resourceKind":["string"],"resourceState":["STOPPED"],"resourceStatus":["NONE"],"resourceTag":[{"category":"string","name":"string"}],"statConditions":{"conditions":[{"doubleValue":0,"key":"string","operator":"EQ","stringValue":"string"}],"conjunctionOperator":"AND"},"statKey":"string","statKeyInclusive":false,"statKeyLowerBound":0,"statKeyUpperBound":0},"startTimeRange":{"endTime":0,"startTime":0},"statKey":["string"],"symptomDefinitionId":["string"],"symptomId":["string"]}' https://localhost/suite-api/api/symptoms/query
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
On This Page
Symptoms Operations
delete
get
post