Supervised Correlations REST Endpoints

Event/Supervised Correlations
Use to correlate events to a root cause and manage symptom events.
Create an Event Supervised Correlation Policy
Method: post
Path: /api/event/SupervisedCorrelations/
Delete an Event Supervised Correlation Policy
Method: delete
Path: /api/event/SupervisedCorrelations/{id}
Get an Event Supervised Correlation Policy by ID
Method: get
Path: /api/event/SupervisedCorrelations/{id}
Get Event Keys for Combo Boxes and Item Selectors
Method: get
Path: /api/event/SupervisedCorrelations/readKeysForSelect
Get Event Supervised Correlation Policies
Method: get
Path: /api/event/SupervisedCorrelations/
Update an Event Supervised Correlation Policy
Method: put
Path: /api/event/SupervisedCorrelations/{id}