Operators REST Endpoints
Operators
API for managing operators in production monitoring application
- Create operator
- Method: postPath:
/productionMonitoring/clientapi/v2/operators - Delete operator by id
- Method: deletePath:
/productionMonitoring/clientapi/v2/operators/{operator-username} - Get all operators
- Method: getPath:
/productionMonitoring/clientapi/v2/operators - Get operator by id
- Method: getPath:
/productionMonitoring/clientapi/v2/operators/{operator-username} - Get operator count
- Method: getPath:
/productionMonitoring/clientapi/v2/operators/count - Replace operator by id
- Method: putPath:
/productionMonitoring/clientapi/v2/operators/{operator-username} - Update operator by id
- Method: postPath:
/productionMonitoring/clientapi/v2/operators/{operator-username}