Supervised Correlations REST Endpoints
Events/Supervised Correlations
Use to correlate events to a root cause and manage symptom events.
- Create an Event Supervised Correlation Policy
- Method: postPath:
/api/event/SupervisedCorrelations/
- Delete an Event Supervised Correlation Policy
- Method: deletePath:
/api/event/SupervisedCorrelations/{id}
- Get an Event Supervised Correlation Policy by ID
- Method: getPath:
/api/event/SupervisedCorrelations/{id}
- Get Event Keys for Combo Boxes and Item Selectors
- Method: getPath:
/api/event/SupervisedCorrelations/readKeysForSelect
- Get Event Supervised Correlation Policies
- Method: getPath:
/api/event/SupervisedCorrelations/
- Update an Event Supervised Correlation Policy
- Method: putPath:
/api/event/SupervisedCorrelations/{id}