arjunashok commented on code in PR #144:
URL: https://github.com/apache/cassandra-sidecar/pull/144#discussion_r1893032228
##########
client-common/src/main/java/org/apache/cassandra/sidecar/common/ApiEndpointsV1.java:
##########
@@ -111,6 +111,10 @@ public final class ApiEndpointsV1
public static final String CONNECTED_CLIENT_STATS_ROUTE = API_V1 +
CASSANDRA + "/stats/connected-clients";
+ public static final String LIST_JOBS_ROUTE = API_V1 + CASSANDRA + "/jobs";
+ public static final String JOB_STATUS_ROUTE = API_V1 + CASSANDRA +
"/jobs/" + JOB_ID_PATH_PARAM + "/status";
+ public static final String NODE_DECOMMISSION_ROUTE = API_V1 + CASSANDRA +
"/node/decommission";
Review Comment:
Right, and I feel these are different from those (and we arrived at this
design during the nodetool APIs review), as they are specific to the
administrative node operations like decommission, repair, rebuild etc. We can
converge on the URI offline if you'd like.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]