Threshold Groups REST Endpoints
Metrics/Threshold Groups
Use for managing metric threshold groups.
- Create a Metric Threshold Group
- Method: postPath:
/api/metric/ThresholdGroups - Delete a Metric Threshold Group
- Method: deletePath:
/api/metric/ThresholdGroups/{id} - Get a Metric Threshold Group
- Method: getPath:
/api/metric/ThresholdGroups/{id} - Get Metric Threshold Groups
- Method: getPath:
/api/metric/ThresholdGroups - Get Metric Threshold Groups for Combo Boxes and Item Selectors
- Method: getPath:
/api/metric/ThresholdGroups/readForSelect - Update a Metric Threshold Group
- Method: putPath:
/api/metric/ThresholdGroups/{id}