This repository was archived by the owner on Feb 28, 2025. It is now read-only.
This repository was archived by the owner on Feb 28, 2025. It is now read-only.
Migrate cluster table to new watch-based APIs #1679
Open
Description
Discussed in #1045
Originally posted by kralicky October 11, 2022
New APIs implemented in #643
POST /management/clusters/watch
-> will stream create/update/delete events as clusters are modified in real time, starting with create events for all clusters that currently exist
POST /management/clusters/{id}/health/watch
-> will stream live health/status updates for the cluster with the given ID, starting with the cluster's current health/status.