Operators REST Endpoints

Operators
API for managing operators in production monitoring application
Create operator
Method: post
Path: /productionMonitoring/clientapi/v2/operators
Delete operator by id
Method: delete
Path: /productionMonitoring/clientapi/v2/operators/{operator-username}
Get all operators
Method: get
Path: /productionMonitoring/clientapi/v2/operators
Get operator by id
Method: get
Path: /productionMonitoring/clientapi/v2/operators/{operator-username}
Get operator count
Method: get
Path: /productionMonitoring/clientapi/v2/operators/count
Replace operator by id
Method: put
Path: /productionMonitoring/clientapi/v2/operators/{operator-username}
Update operator by id
Method: post
Path: /productionMonitoring/clientapi/v2/operators/{operator-username}