Warnings REST Endpoints
Warnings
API for managing warnings in production monitoring application
- Delete warning by ID
- Method: deletePath:
/productionMonitoring/clientapi/v2/warnings/{warning-id} - Get Warnings Count
- Method: getPath:
/productionMonitoring/clientapi/v2/warnings/count - Retrieve all warnings
- Method: getPath:
/productionMonitoring/clientapi/v2/warnings - Retrieve warning by ID
- Method: getPath:
/productionMonitoring/clientapi/v2/warnings/{warning-id} - Update warning by ID
- Method: postPath:
/productionMonitoring/clientapi/v2/warnings/{warning-id}