Threshold REST Endpoints
Threshold
The Threshold service enables you to create, view, update, and delete thresholds. Thresholds are visual indicators used to convey the current status of a value compared to upper and lower limits. Update Keys : 'thresholdId'
- Batch Create Thresholds
- Method: postPath:
/api/restapi/threshold/batch - Batch Update Thresholds
- Method: putPath:
/api/restapi/threshold/batch - Create a Threshold
- Method: postPath:
/api/restapi/threshold - Update a Threshold
- Method: putPath:
/api/restapi/threshold - View a Threshold
- Method: getPath:
/api/restapi/threshold/{thresholdId}