Warnings REST Endpoints

Warnings
API for managing warnings in production monitoring application
Delete warning by ID
Method: delete
Path: /productionMonitoring/clientapi/v2/warnings/{warning-id}
Get Warnings Count
Method: get
Path: /productionMonitoring/clientapi/v2/warnings/count
Retrieve all warnings
Method: get
Path: /productionMonitoring/clientapi/v2/warnings
Retrieve warning by ID
Method: get
Path: /productionMonitoring/clientapi/v2/warnings/{warning-id}
Update warning by ID
Method: post
Path: /productionMonitoring/clientapi/v2/warnings/{warning-id}