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