Open kngatineau opened 1 year ago
Hi @kngatineau, you're right, there's no REST endpoint supporting that operation. We don't have a data structure to support this either. I guess the cluster-status command could be used and then its result could be filtered to retain only the data that belongs to a keyspace. wdyt?
Project board link
Hello,
When I attempt to run the
status-keyspace
command viaspreaper
, a 404 is returned.I noticed the REST API docs do not currently list a
GET
request for/cluster/CLUSTER_NAME/KEYSPACE
. Only one to describe tables of a cluster/cluster/CLUSTER_NAME/tables
.When I run a curl request to
/cluster/CLUSTER_NAME/tables
, the request returns all tables as expected. Curl requests to other API endpoints (such as viewing registered clusters) also return expected results.┆Issue is synchronized with this Jira Story by Unito ┆Issue Number: REAP-68