Ops Dashboard API Implementation
Assignee
Pavel Salamon
Pavel SalamonReporter
Jaroslav Urban
Jaroslav UrbanLabels
Sprint
None
Description
Steps to reproduce
None
100% Done
Activity
Show:
Pavel Salamon September 14, 2020 at 10:59 AM
All endpoints required in 5.8 release are implemented and working. Further work, automated tests and documentation are tracked separately.
Pavel Salamon August 7, 2020 at 1:31 PMEdited
Idea for splitting this into smaller pieces for implementation - split by endpoint to 6 sub-tasks:
dashboard api endpoint
/dashboard/{dashboardId}
/dashboard/{dashboardId}/status
monitor api endpoint
/dashboard/{dashboardId}/monitor
/dashboard/{dashboardId}/monitor/{monitorId}
/dashboard/{dashboardId}/monitor/{monitorId}/status
schedule api endpoint
/schedule
/schedule/{scheduleId}/reset-status
listener api endpoint
/listener
/listener/{listenerId}/reset-status
data service api endpoint
/data-service
/data-service/{dataServiceId}/reset-status
sandbox api endpoint
/sandbox
Implement the ops dashboard API based on the API definition in CLO-19480.